minor fix
This commit is contained in:
parent
db695a7c03
commit
df36ba3fdf
@ -22,7 +22,7 @@ end
|
||||
|
||||
function sparktech.drop_inventory(nodepos, quilty) ---
|
||||
--- evacutate the mines, quickly now!
|
||||
local inventory_lists = minetest.get_node(nodepos):get_inventory():get_lists()
|
||||
local inventory_lists = minetest.get_meta(nodepos):get_inventory():get_lists()
|
||||
|
||||
for i, list in pairs(inventory_lists) do
|
||||
for n=1, #list do
|
||||
|
Loading…
x
Reference in New Issue
Block a user