forked from Mirrorlandia_minetest/mesetec
Add files via upload
This commit is contained in:
parent
b5ccfb179e
commit
742e69e666
@ -300,7 +300,7 @@ minetest.register_node("mesetec:ptptarget", {
|
|||||||
if mesetec.player_teleport.targets then
|
if mesetec.player_teleport.targets then
|
||||||
for i, ob in pairs(mesetec.player_teleport.targets) do
|
for i, ob in pairs(mesetec.player_teleport.targets) do
|
||||||
if ob then
|
if ob then
|
||||||
ob:moveto(pos)
|
ob:move_to(pos)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user