From e2b3bfd8317bb2812e41931d647c765f0bcf71f5 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sat, 11 Apr 2015 18:22:22 +0400 Subject: [PATCH] fuck chat >_> --- ElvUI_SLE/modules/chat.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.9.5