From 013512ebe0f93c0aa3161b263ae34b833f523221 Mon Sep 17 00:00:00 2001 From: nekoswag Date: Fri, 15 Mar 2019 22:10:55 +0100 Subject: [PATCH] Update init.lua spell out "Position" since there's enough space available and it's easier to understand for players --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index a0b4aa7..dcca642 100644 --- a/init.lua +++ b/init.lua @@ -178,7 +178,7 @@ minetest.register_globalstep(function (dtime) local posistr = x.." ".. y .." ".. z -- resulting hud string - local hud_display = h_text .. "\nPos: " .. posistr + local hud_display = h_text .. "\nPosition: " .. posistr if poshud.enable_mapblock then -- append if enabled