From 1dd742e88770a495867ee5d41f57d45bf46684d6 Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Sat, 12 Mar 2022 04:30:20 +0100 Subject: [PATCH] HUD: minor tweak --- src/common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.lua b/src/common.lua index b4aca41..02740e0 100644 --- a/src/common.lua +++ b/src/common.lua @@ -592,7 +592,7 @@ local function add_hud_waypoint(player, name, pos, color) return player:hud_add { hud_elem_type = "waypoint", name = name, - text = " m", + text = "m", world_pos = pos, number = color, z_index = -300,