From 846e34b8ed5c2237da8a072275da38def87c12da Mon Sep 17 00:00:00 2001 From: pneumatus Date: Wed, 18 Feb 2009 12:45:26 +0000 Subject: [PATCH] - Return if TomTom isn't present for zips as well as SVN checkouts :o --- ARLFrame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index f6119df..5bcb7c9 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -333,8 +333,8 @@ do if (not TomTom) then --@debug@ self:Print("TomTom not loaded, integration with the world map and mini-map disabled.") - return --@end-debug@ + return end local worldmap = addon.db.profile.worldmap -- 1.7.9.5