Compare commits

...

1 Commits

Author SHA1 Message Date
ea9e129c35 Remove deprecated methods 2021-03-27 22:55:58 +01:00

View File

@ -213,7 +213,7 @@ if hell_prisons then
"\" attempted to teleport from or to the hell, ignoring.") "\" attempted to teleport from or to the hell, ignoring.")
return false return false
end end
local methods = {"set_pos", "move_to", "setpos", "moveto"} local methods = {"set_pos", "move_to"} -- "setpos", "moveto"}
local metatable_overridden local metatable_overridden
minetest.register_on_joinplayer(function(player) minetest.register_on_joinplayer(function(player)
-- set the background when the player joins -- set the background when the player joins