From f227789f4d485ee06bec8ffdb7729bb86d065c68 Mon Sep 17 00:00:00 2001 From: Ludovicus Date: Sat, 20 Jul 2019 14:04:03 -0400 Subject: [PATCH] DebugListAllWaypoints() was not printing the worldmap_icon. --- TomTom.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TomTom.lua b/TomTom.lua index 1517f66..9542c48 100755 --- a/TomTom.lua +++ b/TomTom.lua @@ -1078,7 +1078,7 @@ function TomTom:DebugListAllWaypoints() local ctxt = RoundCoords(wp[2], wp[3], 2) local desc = wp.title and wp.title or L["Unknown waypoint"] local indent = " " - self:Printf(L["%s%s - %s %s %s"], indent, desc, ctxt, wp[1], (wp.minimap_icon or "*"), (wp.worldmap_icon or "*")) + self:Printf(L["%s%s - %s %s %s %s"], indent, desc, ctxt, wp[1], (wp.minimap_icon or "*"), (wp.worldmap_icon or "*")) end end end -- 1.7.9.5