From 5e074c8f5ead7737acd257e329edcf076dd8ac92 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Sun, 6 Mar 2011 20:29:04 +0000 Subject: [PATCH] Don't flip map to display coordinates --- TomTom.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TomTom.lua b/TomTom.lua index b561ba5..b3655c2 100755 --- a/TomTom.lua +++ b/TomTom.lua @@ -276,7 +276,7 @@ function TomTom:ReloadWaypoints() self.waypoints = waypoints self.waypointprofile = self.waydb.profile - local cm, cf, cx, cy = astrolabe:GetCurrentPlayerPosition() + local cm, cf, cx, cy = TomTom:GetCurrentPlayerPosition() for mapId,data in pairs(self.waypointprofile) do local same = mapId == cm @@ -997,7 +997,7 @@ do if bcounter > TomTom.profile.block.throttle then bcounter = bcounter - TomTom.profile.block.throttle - local m,f,x,y = astrolabe:GetCurrentPlayerPosition() + local m,f,x,y = TomTom:GetCurrentPlayerPosition() local opt = TomTom.db.profile if not x or not y then -- 1.7.9.5