From 3cdebf55b4bdae44dbc3e1087bcb7e94e341aa2d Mon Sep 17 00:00:00 2001 From: Richard Helgeby Date: Fri, 11 Jan 2013 10:19:31 +0100 Subject: [PATCH] Fixed infection coundown not stopping on early infection (admin command). --- src/zr/infect.inc | 3 +++ 1 file changed, 3 insertions(+) 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)) {