diff --git a/src/zr/infect.inc b/src/zr/infect.inc index fceb51c..1f87e4f 100644 --- a/src/zr/infect.inc +++ b/src/zr/infect.inc @@ -738,6 +738,9 @@ InfectHumanToZombie(client, attacker = -1, bool:motherinfect = false, bool:respa // Apply effects. InfectFireEffects(client); + // Stop coundown, if running. + InfectStopCountdown(); + // If attacker is valid, then continue. if (ZRIsClientValid(attacker)) {