Quantcast

fuck chat >_>

Darthpred [04-11-15 - 14:22]
fuck chat >_>
Filename
ElvUI_SLE/modules/chat.lua
diff --git a/ElvUI_SLE/modules/chat.lua b/ElvUI_SLE/modules/chat.lua
index 039acf0..d9ae8bc 100644
--- a/ElvUI_SLE/modules/chat.lua
+++ b/ElvUI_SLE/modules/chat.lua
@@ -549,8 +549,8 @@ end

 local function ChatTextures()
 	if not E.db['general'] or not E.private['general'] then return end --Prevent rare nil value errors
-	if not E.db.sle.chat.textureAlpha.enable then return end --our option enable check
-
+	if not E.db.sle.chat or not E.db.sle.chat.textureAlpha.enable then return end --our option enable check
+
 	if LeftChatPanel and LeftChatPanel.tex and RightChatPanel and RightChatPanel.tex then
 		local a = E.db.sle.chat.textureAlpha.alpha or 0.5
 		LeftChatPanel.tex:SetAlpha(a)