mirror of
https://github.com/minetest/minetest_game.git
synced 2025-01-08 06:30:17 +01:00
debug code removed
This commit is contained in:
parent
7c119feb51
commit
9d4142772c
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user