Skip to content

Commit

Permalink
fix: shadowing definition of variable items
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Jun 3, 2024
1 parent 91df87b commit 0b6cc1d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ MySQL.ready(function()
table.insert(InventoriesIndex, name)

Inventories[name] = {}
local items = {}

for j = 1, #result2, 1 do
local itemName = result2[j].name
Expand Down

0 comments on commit 0b6cc1d

Please sign in to comment.