fix pad drop

This commit is contained in:
TenPlus1 2018-09-30 22:06:23 +01:00
parent ad3830a7f2
commit d22ab00772

View file

@ -124,6 +124,8 @@ minetest.register_node("teleport_potion:portal", {
minetest.remove_node(pos) minetest.remove_node(pos)
end, end,
on_blast = function() end,
drop = {},
}) })
@ -367,9 +369,6 @@ minetest.register_node("teleport_potion:pad", {
} }
minetest.show_formspec(name, "teleport_potion:set_destination", formspec) minetest.show_formspec(name, "teleport_potion:set_destination", formspec)
end, end,
on_blast = function() end,
drop = {},
}) })
-- Check and set coordinates -- Check and set coordinates