Skip to content

Commit

Permalink
chore: correction of potato weights
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Nov 29, 2024
1 parent a9f5962 commit 724d4da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server-data/resources/[ox]/ox_inventory/data/items.lua
Original file line number Diff line number Diff line change
Expand Up @@ -434,13 +434,13 @@ return {

["potato"] = {
label = "Patate",
weight = 100,
weight = 20,
stack = true,
},

["chips"] = {
label = "Patatine fritte",
weight = 100,
weight = 25,
stack = true,
},

Expand Down

0 comments on commit 724d4da

Please sign in to comment.