This commit is contained in:
dogan 2020-06-19 17:39:39 +02:00
parent 3e1cf94a99
commit 2f06b32d41

View File

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