From ed791ed7c1c58d9b641f78b7048340dd2735de35 Mon Sep 17 00:00:00 2001 From: James Whitehead Ii Date: Fri, 30 Mar 2007 11:32:57 +0000 Subject: [PATCH] * Fixed /way reset. --- TomTom.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TomTom.lua b/TomTom.lua index 71c2984..86dbf32 100755 --- a/TomTom.lua +++ b/TomTom.lua @@ -347,7 +347,7 @@ function TomTom:CreateSlashCommands() end local Way_Reset = function() - if #self.m_points == 0 then + if #self.w_points == 0 then self:Print("There are no waypoints to remove.") return end -- 1.7.9.5