diff --git a/src/zr/infect.inc b/src/zr/infect.inc index 883b78f..aa58ee4 100644 --- a/src/zr/infect.inc +++ b/src/zr/infect.inc @@ -432,12 +432,6 @@ InfectOnRoundEnd() // x = client index. for (new x = 1; x <= MaxClients; x++) { - // If client isn't in-game, then stop. - if (!IsClientInGame(x)) - { - continue; - } - // Disable zombie flag on client. bZombie[x] = false; }