mirror of
https://github.com/AiTechEye/mesetec.git
synced 2024-11-19 22:23:48 +01:00
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
|
||||
for i, ob in pairs(mesetec.player_teleport.targets) do
|
||||
if ob then
|
||||
ob:moveto(pos)
|
||||
ob:move_to(pos)
|
||||
end
|
||||
end
|
||||
end
|
||||
@ -363,4 +363,4 @@ minetest.register_entity("mesetec:pos2",{
|
||||
timer=0,
|
||||
timer2=0,
|
||||
user=""
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user