Bugfix
This commit is contained in:
parent
405ebac2fb
commit
8a64827dba
1
init.lua
1
init.lua
|
@ -40,6 +40,7 @@ function advmarkers.set_hud_pos(pos, title)
|
||||||
not minetest.localplayer.hud_change then
|
not minetest.localplayer.hud_change then
|
||||||
minetest.run_server_chatcommand('mrkr', tostring(pos.x) .. ' ' ..
|
minetest.run_server_chatcommand('mrkr', tostring(pos.x) .. ' ' ..
|
||||||
tostring(pos.y) .. ' ' .. tostring(pos.z))
|
tostring(pos.y) .. ' ' .. tostring(pos.z))
|
||||||
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
if not title then
|
if not title then
|
||||||
|
|
Loading…
Reference in New Issue