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,