ZombieManager: big oof

This commit is contained in:
dogan 2020-07-23 03:34:27 +02:00
parent 0d78e4f497
commit 691ec52aab

View File

@ -227,7 +227,7 @@ public void ToggleTestRound(int client)
for(int i = 1; i <= MaxClients; i++)
{
if(IsClientInGame(i) && !IsFakeClient(i) && IsPlayerAlive(i) && ZR_IsClientZombie(i))
if(IsClientInGame(i) && IsPlayerAlive(i) && ZR_IsClientZombie(i))
{
ZR_HumanClient(i, false, false);
}