Quantcast

- Return if TomTom isn't present for zips as well as SVN checkouts :o

pneumatus [02-18-09 - 12:45]
- Return if TomTom isn't present for zips as well as SVN checkouts :o
Filename
ARLFrame.lua
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