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