From 7073fff7d1283ee8636603d1c2049d4ba77b33b4 Mon Sep 17 00:00:00 2001 From: HonorGoG Date: Tue, 12 Dec 2023 20:11:56 -0800 Subject: [PATCH] - TitanLocation : Removed worldmap minimap button. --- TitanLocation/TitanLocation.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TitanLocation/TitanLocation.lua b/TitanLocation/TitanLocation.lua index 1b81441..535c2a2 100755 --- a/TitanLocation/TitanLocation.lua +++ b/TitanLocation/TitanLocation.lua @@ -239,7 +239,7 @@ function TitanPanelLocationButton_OnEvent(self, event, ...) if TitanGetVar(TITAN_LOCATION_ID, "ShowLocOnMiniMap") and MinimapBorderTop:IsShown() then if not MinimapZoneTextButton:IsShown() then MinimapZoneTextButton:Show() end - if not MiniMapWorldMapButton:IsShown() then MiniMapWorldMapButton:Show() end +-- if not MiniMapWorldMapButton:IsShown() then MiniMapWorldMapButton:Show() end end else -- no work needed @@ -528,7 +528,7 @@ function TitanPanelLocationButton_LocOnMiniMap() if TitanGetVar(TITAN_LOCATION_ID, "ShowLocOnMiniMap") then MinimapBorderTop:Show() MinimapZoneTextButton:Show() - MiniMapWorldMapButton:Show() +-- MiniMapWorldMapButton:Show() else MinimapBorderTop:Hide() MinimapZoneTextButton:Hide() -- 1.7.9.5