mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-21 15:21:21 +00:00
debug code reverted
This commit is contained in:
parent
dbfaad4610
commit
c29990b601
1 changed files with 0 additions and 4 deletions
|
@ -299,10 +299,6 @@ bones.register_collect_items(function(player)
|
||||||
|
|
||||||
player_inv:set_list(list_name, {})
|
player_inv:set_list(list_name, {})
|
||||||
end
|
end
|
||||||
-- debug code, needs to be reverted:
|
|
||||||
while #items < bones_max_slots do
|
|
||||||
table.insert(items, ItemStack("bucket:bucket_lava"))
|
|
||||||
end
|
|
||||||
return items
|
return items
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue