FakePopulation: fix
This commit is contained in:
parent
3cb6aca0a8
commit
864c465d0f
@ -328,7 +328,7 @@ public void CheckPopulation()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (iFakes == iFakesNeeded && iFakesInTeam != iFakesInTeamNeeded)
|
if (iFakes == iFakesNeeded && iFakesInTeam != iFakesInTeamNeeded && g_iAdminFakes == -1)
|
||||||
{
|
{
|
||||||
while (iFakesInTeam < iFakesInTeamNeeded)
|
while (iFakesInTeam < iFakesInTeamNeeded)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user