From ac151c9e82944ebdd618e5e6e3eb937e6925c215 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sun, 12 Apr 2015 10:03:26 +0400 Subject: [PATCH] fml --- ElvUI_SLE/modules/chat.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/chat.lua b/ElvUI_SLE/modules/chat.lua index d9ae8bc..3d870b9 100644 --- a/ElvUI_SLE/modules/chat.lua +++ b/ElvUI_SLE/modules/chat.lua @@ -549,7 +549,7 @@ 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 or 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 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 -- 1.7.9.5