From bb7cd02307a60b6cb90da03c50dff61bcbd0c041 Mon Sep 17 00:00:00 2001 From: urnati Date: Mon, 15 Jan 2024 03:10:08 -0500 Subject: [PATCH] - Location : Tweak to fix (hopefully last one) --- TitanLocation/TitanLocation.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/TitanLocation/TitanLocation.lua b/TitanLocation/TitanLocation.lua index 9d72ce9..c5201da 100755 --- a/TitanLocation/TitanLocation.lua +++ b/TitanLocation/TitanLocation.lua @@ -194,12 +194,6 @@ local function SetCoordText(player, cursor) -- local mloc = TitanGetVar(TITAN_LOCATION_ID, "MapLocation") or "TOPRIGHT" if TITAN_ID == "TitanClassic" then - -- TODO - is setting map id needed?? - local mapID = C_Map.GetBestMapForUnit("player"); - if mapID ~= nil and C_Map.MapHasArt(mapID) then - WorldMapFrame:SetMapID(mapID); - end - -- Determine where to show the text TitanMapPlayerLocation:ClearAllPoints() TitanMapCursorLocation:ClearAllPoints() -- 1.7.9.5