Quantcast

- Removed call to TitanMovableFrame_CheckFrames which was causing an error

urnati [10-03-18 - 00:20]
- Removed call to TitanMovableFrame_CheckFrames which was causing an error
Filename
TitanLocation/TitanLocation.lua
diff --git a/TitanLocation/TitanLocation.lua b/TitanLocation/TitanLocation.lua
index f0193d1..3550e29 100755
--- a/TitanLocation/TitanLocation.lua
+++ b/TitanLocation/TitanLocation.lua
@@ -427,7 +427,6 @@ function TitanPanelLocationButton_LocOnMiniMap()
 		MiniMapWorldMapButton:Hide()
 	end
 	-- adjust MiniMap frame if needed
-	TitanMovableFrame_CheckFrames(1);
 	TitanMovableFrame_MoveFrames(1, TitanPanelGetVar("ScreenAdjust"));
 end