Quantcast

#1245 Remove the UpdateWorldmap logic from Location as it causes some users issues

urnati [07-12-19 - 00:42]
#1245 Remove the UpdateWorldmap logic from Location as it causes some users issues
Filename
TitanLocation/TitanLocation.lua
diff --git a/TitanLocation/TitanLocation.lua b/TitanLocation/TitanLocation.lua
index 2d5fee9..246201c 100755
--- a/TitanLocation/TitanLocation.lua
+++ b/TitanLocation/TitanLocation.lua
@@ -190,12 +190,14 @@ function TitanPanelLocationButton_OnEvent(self, event, ...)
 			TitanPanelLocationButton_LocOnMiniMap()
 		end
 	end
+--[[
 	if TitanGetVar(TITAN_LOCATION_ID, "UpdateWorldmap") then
 		local mapID = C_Map.GetBestMapForUnit("player")
 		if mapID ~= nil then
     		WorldMapFrame:SetMapID(mapID);
 		end
 	end
+--]]
 	TitanPanelLocationButton_UpdateZoneInfo(self);
 	TitanPanelPluginHandle_OnUpdate(updateTable);
 	TitanPanelLocation_HandleUpdater();