This commit is contained in:
dogan 2020-06-19 17:39:39 +02:00
parent 6b2e45f834
commit 36e0c10713

View File

@ -251,7 +251,7 @@ public void CheckHumanZombieCount()
return;
int iHumanCount;
int iZombieCount = 1;
int iZombieCount;
for(int i = 1; i <= MaxClients; i++)
{