Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down