From 102c80569ed6196a810ffc9a5e70a58b556999ec Mon Sep 17 00:00:00 2001 From: joshborke Date: Tue, 7 Aug 2007 22:59:35 +0000 Subject: [PATCH] * Squash bugs and misprints --- TomTom.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/TomTom.lua b/TomTom.lua index 2f9a50a..8f942fe 100755 --- a/TomTom.lua +++ b/TomTom.lua @@ -596,7 +596,7 @@ function TomTom:CreateSlashCommands() end end end - self:Print(L["All waypoints have been removed from"]..origZone) + self:Print(L["All waypoints have been removed from "]..orig_zone) return else if self.m_points then @@ -639,8 +639,6 @@ function TomTom:CreateSlashCommands() self:Print(string.format("%s: %0.02f %0.02f %s", z, x*100, y*100, desc or '')) end end - - self:Print("All waypoints have been removed.") end self.cmd_way:RegisterSlashHandler("reset [] - Remove all current waypoints", "^reset%s*(.*)$", Way_Reset) -- 1.7.9.5