mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-15 17:21:34 +00:00
Foolish error
This commit is contained in:
parent
a4f3d4867d
commit
71e40f68cd
1 changed files with 1 additions and 1 deletions
|
@ -3132,7 +3132,7 @@ boolean G_GametypeHasSpectators(void)
|
|||
#if 0
|
||||
return (gametype != GT_COOP && gametype != GT_COMPETITION && gametype != GT_RACE);
|
||||
#else
|
||||
return (multiplayer && !netgame); //true
|
||||
return (netgame); //true
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue