General: Woops, forgot this one. xP

This commit is contained in:
zaCade 2018-07-29 15:14:22 +02:00
parent f5245b0920
commit fa758698c6
1 changed files with 1 additions and 1 deletions

View File

@ -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");