From fa758698c6c0aa02ec0ccb088dbfe6e455c49e9d Mon Sep 17 00:00:00 2001 From: zaCade Date: Sun, 29 Jul 2018 15:14:22 +0200 Subject: [PATCH] General: Woops, forgot this one. xP --- src/zr/infect.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zr/infect.inc b/src/zr/infect.inc index a8055ad..970a9c0 100644 --- a/src/zr/infect.inc +++ b/src/zr/infect.inc @@ -875,7 +875,7 @@ InfectZombieToHuman(client, bool:respawn = false, bool:protect = false) ZTele_OnClientInfected(client); // Remove all knifes. - WeaponsClearClientWeaponSlot(client, Slot_Melee); + WeaponsClearClientWeaponSlot(client, Slot_Melee, false); // Give human a new knife. (If you leave the old one there will be glitches with the knife positioning) GivePlayerItem(client, "weapon_knife");