Skip to content

Commit

Permalink
Merge pull request #20 from XD777OP/patch-1
Browse files Browse the repository at this point in the history
Update shops.lua
  • Loading branch information
JustLazzy authored Sep 29, 2022
2 parents 6b52006 + c0fb9d9 commit 7044f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/shops.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ local function AddItems(stash, Items)
items[#items + 1] = {
name = itemInfo["name"],
amount = tonumber(v),
info = "",
info = {}, --Fixed The Weapons Issue
label = itemInfo["label"],
description = itemInfo["description"] ~= nil and itemInfo["description"] or "",
weight = itemInfo["weight"],
Expand Down

0 comments on commit 7044f8b

Please sign in to comment.