Quantcast

Uncomment call to EnableDisablePOIIntegration()

Ludovicus [07-20-18 - 00:30]
Uncomment call to EnableDisablePOIIntegration()
Filename
TomTom.lua
diff --git a/TomTom.lua b/TomTom.lua
index 7f35915..7d1132c 100755
--- a/TomTom.lua
+++ b/TomTom.lua
@@ -230,7 +230,7 @@ function TomTom:ReloadOptions()
     self:ShowHideWorldCoords()
     self:ShowHideCoordBlock()
     self:ShowHideCrazyArrow()
-    --LFO: self:EnableDisablePOIIntegration()
+    self:EnableDisablePOIIntegration()
 end

 function TomTom:ClearAllWaypoints()