ZR: doh 3

This commit is contained in:
dogan 2020-08-12 23:43:42 +02:00 committed by zaCade
parent 864715a871
commit 265ebc6b9d

View File

@ -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);