trash inv tidy

This commit is contained in:
TenPlus1 2017-01-31 12:05:21 +00:00
parent 789b93ddbd
commit a0b2b8e5cb

View File

@ -67,7 +67,7 @@ end
local trashInv = minetest.create_detached_inventory("trash", {
on_put = function(inv, toList, toIndex, stack, player)
inv:set_stack(toList, toIndex, ItemStack(nil))
inv:set_stack(toList, toIndex, {})--ItemStack(nil))
end
})