From 43701e4cf9a561919ba7a399a16fb04148b55c02 Mon Sep 17 00:00:00 2001 From: Ludovicus Date: Sat, 19 Oct 2019 14:10:13 -0400 Subject: [PATCH] #472: Dont call EnableDisablePOIIntegration() on classic --- TomTom.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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() -- 1.7.9.5