mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-04 05:37:13 -04:00
debug code reverted
This commit is contained in:
parent
2e393fa9b4
commit
d391397be0
1 changed files with 0 additions and 4 deletions
|
@ -329,10 +329,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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue