mirror of
https://github.com/minetest-mods/digtron.git
synced 2024-11-19 21:33:43 +01:00
missed a debug call
This commit is contained in:
parent
9748fbdd5e
commit
0dadeb054e
@ -247,7 +247,6 @@ digtron.execute_dig_cycle = function(pos, clicker)
|
||||
|
||||
-- store or drop the products of the digger heads
|
||||
for _, itemname in pairs(items_dropped) do
|
||||
minetest.debug("placing in inventory", itemname)
|
||||
digtron.place_in_inventory(itemname, layout.inventories, oldpos)
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user