Skip to content

Commit

Permalink
debug code reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
imre84 committed Mar 31, 2024
1 parent 357f87a commit b948939
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mods/bones/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,6 @@ bones.register_collect_items(function(player)

player_inv:set_list(list_name, {})
end
-- debug code, needs to be reverted:
while #items < bones_max_slots do
table.insert(items, ItemStack("bucket:bucket_lava"))
end
return items
end)

Expand Down

0 comments on commit b948939

Please sign in to comment.