minor fix

This commit is contained in:
Pascal Abresch 2019-10-04 06:34:27 +02:00
parent db695a7c03
commit df36ba3fdf

View File

@ -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