Fixed infection coundown not stopping on early infection (admin command).
This commit is contained in:
parent
7f6b1fb938
commit
3cdebf55b4
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user