From 0d0b4aecf0720c4238e4b59661eb42347030d7f6 Mon Sep 17 00:00:00 2001 From: Anton Tarasenko Date: Sun, 19 Apr 2020 01:58:33 +0700 Subject: [PATCH] Fix knife being dropped on death --- sources/Weapons/Playable/Melee/Knife/NiceKnife.uc | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/Weapons/Playable/Melee/Knife/NiceKnife.uc b/sources/Weapons/Playable/Melee/Knife/NiceKnife.uc index a9e6ffd..14b2de8 100644 --- a/sources/Weapons/Playable/Melee/Knife/NiceKnife.uc +++ b/sources/Weapons/Playable/Melee/Knife/NiceKnife.uc @@ -8,6 +8,7 @@ defaultproperties HudImage=Texture'KillingFloorHUD.WeaponSelect.knife_unselected' SelectedHudImage=Texture'KillingFloorHUD.WeaponSelect.knife' Weight=0.000000 + bCanThrow=false bKFNeverThrow=True StandardDisplayFOV=75.000000 TraderInfoTexture=Texture'KillingFloorHUD.Trader_Weapon_Images.Trader_Knife'