diff --git a/resources/[inventory]/qs-inventory/config/weapons.lua b/resources/[inventory]/qs-inventory/config/weapons.lua index bdcc62164..80e4b4e77 100644 --- a/resources/[inventory]/qs-inventory/config/weapons.lua +++ b/resources/[inventory]/qs-inventory/config/weapons.lua @@ -59,7 +59,6 @@ Config.Throwables = { -- Defines throwable items that players can use 'snowball', 'stickybomb', 'newspaper', - 'throwingshoered', } diff --git a/resources/[inventory]/qs-inventory/shared/weapons.lua b/resources/[inventory]/qs-inventory/shared/weapons.lua index 821ecc746..336c069f2 100644 --- a/resources/[inventory]/qs-inventory/shared/weapons.lua +++ b/resources/[inventory]/qs-inventory/shared/weapons.lua @@ -763,14 +763,6 @@ WeaponList = { ammotype = 'AMMO_FLARE', damagereason = 'Died' }, - [`weapon_throwingshoered`] = { - name = 'weapon_throwingshoered', - label = 'Schuh rot', - weapontype = 'Throwable', - ammotype = nil, - damagereason = 'Died' - }, -