minor correction

This commit is contained in:
jenz 2025-12-11 01:17:22 +01:00
parent 8ff4eee7e0
commit 9e79d95041

View File

@ -505,7 +505,7 @@ public void CheckPopulation()
int iFakesInTeamNeeded = iPlayers; int iFakesInTeamNeeded = iPlayers;
int iFakesNeeded = iPlayers; int iFakesNeeded = iPlayers;
if (iPlayers > 50) if (GetClientCount(false) > 50) //counting all clients in total.
{ {
iFakesInTeamNeeded = 0; iFakesInTeamNeeded = 0;
iFakesNeeded = 0; iFakesNeeded = 0;