ZR: doh 3
This commit is contained in:
parent
864715a871
commit
265ebc6b9d
@ -136,7 +136,7 @@ bool:IsMotherZombieNearby(client)
|
||||
|
||||
for (new i = 0; i < MAXPLAYERS + 1; i++)
|
||||
{
|
||||
if (!InfectIsClientMotherZombie(i) || !IsClientInGame(i) || !IsPlayerAlive(i))
|
||||
if (!IsClientInGame(i) || !IsPlayerAlive(i) || !InfectIsClientMotherZombie(i))
|
||||
continue;
|
||||
|
||||
GetClientAbsOrigin(i, fVec2);
|
||||
|
Loading…
Reference in New Issue
Block a user