ZombieManager: big oof
This commit is contained in:
parent
0d78e4f497
commit
691ec52aab
@ -227,7 +227,7 @@ public void ToggleTestRound(int client)
|
|||||||
|
|
||||||
for(int i = 1; i <= MaxClients; i++)
|
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);
|
ZR_HumanClient(i, false, false);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user