Quantcast

#472: Dont call EnableDisablePOIIntegration() on classic

Ludovicus [10-19-19 - 18:10]
#472:  Dont call EnableDisablePOIIntegration() on classic
Filename
TomTom.lua
diff --git a/TomTom.lua b/TomTom.lua
index fb168e6..c5c1e9f 100755
--- a/TomTom.lua
+++ b/TomTom.lua
@@ -240,7 +240,9 @@ function TomTom:ReloadOptions()
     self:ShowHideWorldCoords()
     self:ShowHideCoordBlock()
     self:ShowHideCrazyArrow()
-    self:EnableDisablePOIIntegration()
+    if not TomTom.CLASSIC then
+        self:EnableDisablePOIIntegration()
+    end
 end

 function TomTom:ClearAllWaypoints()