diff --git a/src/zr/zombie.inc b/src/zr/zombie.inc index c1c5808..a75b42f 100755 --- a/src/zr/zombie.inc +++ b/src/zr/zombie.inc @@ -901,7 +901,7 @@ RespawnPlayer(client) return; } - if (GetConVarBool(gCvars[CVAR_SUICIDE_WORLD_DAMAGE]) && gKilledByWorld[client]) + if (zombieSpawned && GetConVarBool(gCvars[CVAR_SUICIDE_WORLD_DAMAGE]) && gKilledByWorld[client]) { Zombify(client, 0); gKilledByWorld[client] = false;