From dfcd8ae61abf0e2bf1ae986629038c7ca8d50b24 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sat, 1 Aug 2015 23:31:31 +0400 Subject: [PATCH] dammit --- 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 5b7638f..d275cc1 100644 --- a/ElvUI_SLE/modules/chat.lua +++ b/ElvUI_SLE/modules/chat.lua @@ -95,7 +95,7 @@ local function PositionChat(override, noSave) point = GetChatWindowSavedPosition(id) isDocked = chat.isDocked - if point == "BOTTOMRIGHT" and chat:IsShown() and not (id > NUM_CHAT_WINDOWS) and id == CH.RightChatWindowID then + if chat:IsShown() and not (id > NUM_CHAT_WINDOWS) and id == CH.RightChatWindowID then chat:ClearAllPoints() if E.db.datatexts.rightChatPanel then chat:Point("BOTTOMRIGHT", RightChatDataPanel, "TOPRIGHT", 10, 3) -- 1.7.9.5