Skip to content

Commit

Permalink
debug code removed
Browse files Browse the repository at this point in the history
  • Loading branch information
imre84 committed Mar 28, 2024
1 parent 7c119fe commit 9d41427
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mods/bones/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 9d41427

Please sign in to comment.