minor correction
This commit is contained in:
parent
8ff4eee7e0
commit
9e79d95041
@ -505,7 +505,7 @@ public void CheckPopulation()
|
||||
int iFakesInTeamNeeded = iPlayers;
|
||||
int iFakesNeeded = iPlayers;
|
||||
|
||||
if (iPlayers > 50)
|
||||
if (GetClientCount(false) > 50) //counting all clients in total.
|
||||
{
|
||||
iFakesInTeamNeeded = 0;
|
||||
iFakesNeeded = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user