From 864c465d0ff5a791fabec716ff3895d8e3593717 Mon Sep 17 00:00:00 2001 From: Dogan Date: Fri, 4 Oct 2019 14:01:12 +0200 Subject: [PATCH] FakePopulation: fix --- FakePopulation/scripting/FakePopulation.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {