diff --git a/FakePopulation/scripting/FakePopulation.sp b/FakePopulation/scripting/FakePopulation.sp index fa74b1d1..91d42568 100644 --- a/FakePopulation/scripting/FakePopulation.sp +++ b/FakePopulation/scripting/FakePopulation.sp @@ -328,7 +328,7 @@ public void CheckPopulation() } } - if (iFakes == iFakesNeeded && iFakesInTeam != iFakesInTeamNeeded) + if (iFakes == iFakesNeeded && iFakesInTeam != iFakesInTeamNeeded && g_iAdminFakes == -1) { while (iFakesInTeam < iFakesInTeamNeeded) {