HUD: minor tweak

This commit is contained in:
Jean-Patrick Guerrero 2022-03-12 04:30:20 +01:00
parent 518ed971ca
commit 1dd742e887
1 changed files with 1 additions and 1 deletions

View File

@ -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,