Fix waypoint again (shit)

This commit is contained in:
Jean-Patrick Guerrero
2021-04-20 03:27:37 +02:00
parent 7c5c6f38f2
commit ecda62fc2f
2 changed files with 2 additions and 2 deletions

View File

@ -2579,7 +2579,7 @@ i3.new_tab {
elseif action == "refresh" then
local color = random(0xffffff)
waypoint.color = color
player:hud_change(id, "number", color)
player:hud_change(waypoint.id, "number", color)
elseif action == "hide" then
if waypoint.hide then