Foolish error

This commit is contained in:
TehRealSalt 2018-09-30 21:47:04 -04:00
parent a4f3d4867d
commit 71e40f68cd
1 changed files with 1 additions and 1 deletions

View File

@ -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
}