diff --git a/portal.lua b/portal.lua index 4800ee6..1ee1e4c 100644 --- a/portal.lua +++ b/portal.lua @@ -213,7 +213,7 @@ if hell_prisons then "\" attempted to teleport from or to the hell, ignoring.") return false end - local methods = {"set_pos", "move_to", "setpos", "moveto"} + local methods = {"set_pos", "move_to"} -- "setpos", "moveto"} local metatable_overridden minetest.register_on_joinplayer(function(player) -- set the background when the player joins