diff --git a/FakeClients/scripting/FakeClients.sp b/FakeClients/scripting/FakeClients.sp index cd60970..51342ca 100755 --- a/FakeClients/scripting/FakeClients.sp +++ b/FakeClients/scripting/FakeClients.sp @@ -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;