From 9d4142772c679e95d15d1cbb6812d3840e8a854d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imre=20P=C3=A9ntek?= <pentek.imre@gmail.com> Date: Thu, 28 Mar 2024 16:46:39 +0100 Subject: [PATCH] debug code removed --- mods/bones/init.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mods/bones/init.lua b/mods/bones/init.lua index c528e9cc..16526ea4 100644 --- a/mods/bones/init.lua +++ b/mods/bones/init.lua @@ -235,11 +235,6 @@ bones.register_collect_items(function(player) player_inv:set_list(list_name, {}) end - while(#items<bones_max_slots) -- some testcode so that I can easily test how would it look like if it's actually full - do - local inv_slot - table.insert(items, ItemStack("bucket:bucket_lava")) - end return items end)