forked from UNLOZE/sm-plugins
minor correction
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user