1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2024-09-20 19:30:21 +02:00

fix crashing typo in sorting_tube formspec update

This commit is contained in:
Tim 2015-01-30 16:41:10 +01:00
parent 61af474116
commit 51c5b63ee7

View File

@ -104,7 +104,7 @@ if pipeworks.enable_mese_tube then
return 0
end,
allow_metadata_inventory_move = function(pos, from_list, from_index, to_list, to_index, count, player)
qupdate_formspec(pos) -- For old tubes
update_formspec(pos) -- For old tubes
local inv = minetest.get_meta(pos):get_inventory()
inv:set_stack(from_list, from_index, ItemStack(""))
return 0