From 9a87156a04d7703bfdd61519453474c779c812d2 Mon Sep 17 00:00:00 2001 From: Peter Eliasson Date: Fri, 5 Aug 2016 20:09:51 +0200 Subject: [PATCH] DEBUG_PRINT constant now local. --- src/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.lua b/src/main.lua index e7e5dd4..4d334a2 100644 --- a/src/main.lua +++ b/src/main.lua @@ -43,7 +43,7 @@ addon.dbDefaults = { } -- Constants -DEBUG_PRINT = false; +local DEBUG_PRINT = false --@debug@ DEBUG_PRINT = true; --@end-debug@ -- 1.7.9.5