From 973777bcb8314654e57542cc602e7b9044eea7de Mon Sep 17 00:00:00 2001 From: Ludovicus Date: Mon, 2 Dec 2019 21:57:28 -0500 Subject: [PATCH] KaiBo: Wayward reference to TomTom:AddZWaypoint() that had the extra Z. --- TomTom_Waypoints.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TomTom_Waypoints.lua b/TomTom_Waypoints.lua index d9fb262..1377d64 100755 --- a/TomTom_Waypoints.lua +++ b/TomTom_Waypoints.lua @@ -5,7 +5,7 @@ -- None of these functions should be called directly by addons if they want -- the waypoints to obey normal TomTom options and behavior. In otherwords -- don't call TomTom:SetWaypoint() or TomTom:ClearWaypoint(), use the public --- TomTom:AddZWaypoint() and TomTom:RemoveWaypoint() instead. +-- TomTom:AddWaypoint() and TomTom:RemoveWaypoint() instead. ----------------------------------------------------------------------------]] local addon_name, addon = ... -- 1.7.9.5