Skip to content

Commit

Permalink
fix: fixed usage issue for flashlight
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Nov 5, 2024
1 parent ba84fb0 commit 800a037
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions server-data/resources/[ox]/ox_inventory/data/items.lua
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ return {
consume = 0,
},

["steelsheet"] = {
["steelsheet"] = {
label = "lamiera di acciaio",
weight = 60,
stack = true,
Expand Down Expand Up @@ -754,12 +754,6 @@ return {
stack = true,
},

["WEAPON_FLASHLIGHT"] = {
label = "Torcia",
weight = 50,
stack = false,
},

["contract"] = {
label = "Contratto",
weight = 3,
Expand Down

0 comments on commit 800a037

Please sign in to comment.