diff --git a/FakePopulation/scripting/FakePopulation.sp b/FakePopulation/scripting/FakePopulation.sp index 91d42568..ebe2b6e9 100644 --- a/FakePopulation/scripting/FakePopulation.sp +++ b/FakePopulation/scripting/FakePopulation.sp @@ -270,12 +270,12 @@ public void CheckPopulation() else if (iPlayers > 20) { iFakesNeeded = 4; - iFakesInTeamNeeded = 2; + iFakesInTeamNeeded = 0; } else if (iPlayers > 10) { iFakesNeeded = 3; - iFakesInTeamNeeded = 1; + iFakesInTeamNeeded = 0; } else if (iPlayers > 5) {