Skip to content

Commit

Permalink
fix: Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
danbka33 committed Jun 11, 2023
1 parent b32bc99 commit 0cb8dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/chests.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function Chests.on_character_corpse_expired(event)

if corpseInventoryContents then
for itemName, itemCount in pairs(corpseInventoryContents) do
game.print(itemName .. " " .. itemCount)
-- game.print(itemName .. " " .. itemCount)
end
end
end
Expand Down

0 comments on commit 0cb8dac

Please sign in to comment.