mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-04 21:50:46 -04:00
debug code removed
This commit is contained in:
parent
fa791eab1d
commit
9fd61333a0
1 changed files with 0 additions and 5 deletions
|
@ -267,11 +267,6 @@ bones.register_collect_items(function(player)
|
||||||
|
|
||||||
player_inv:set_list(list_name, {})
|
player_inv:set_list(list_name, {})
|
||||||
end
|
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
|
return items
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue