From 0cb8daccb6d501e04ef5eedda50100cc3e00884f Mon Sep 17 00:00:00 2001 From: Danila Bolshakov Date: Sun, 11 Jun 2023 21:57:15 +0300 Subject: [PATCH] fix: Remove debug --- scripts/chests.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/chests.lua b/scripts/chests.lua index c794b70..0e1e24b 100644 --- a/scripts/chests.lua +++ b/scripts/chests.lua @@ -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