Quantcast

1.2.1 update for patch 6.2.1

Steven Jackson [06-23-15 - 18:55]
1.2.1 update for patch 6.2.1
Filename
SVUI_Skins/SVUI_Skins.lua
diff --git a/SVUI_Skins/SVUI_Skins.lua b/SVUI_Skins/SVUI_Skins.lua
index f9dd300..e08f75c 100644
--- a/SVUI_Skins/SVUI_Skins.lua
+++ b/SVUI_Skins/SVUI_Skins.lua
@@ -76,7 +76,7 @@ end

 function MOD:Style(style, fn, ...)
 	local pass, catch = pcall(fn, ...)
-	self.Debugging = true
+	--self.Debugging = true
 	if(catch and self.Debugging) then
 		SV:HandleError("SKINS", style, catch);
 		return