Hide waypoint distance

This commit is contained in:
Wuzzy 2020-05-14 23:02:49 +02:00
parent 9cb700327a
commit fee142eab2
1 changed files with 1 additions and 0 deletions

View File

@ -798,6 +798,7 @@ function schemedit.display_node_prob(player, pos, prob, force_place)
return player:hud_add({
hud_elem_type = "waypoint",
name = wpstring,
precision = 0,
text = "m", -- For the distance artifact
number = text_color_number,
world_pos = pos,