From f79611a8fe598d3633307cf278f31d63383c3cc3 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sun, 26 Apr 2015 23:50:05 +0400 Subject: [PATCH] will be in core ElvUI so no reason to keep --- ElvUI_SLE/modules/chat.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ElvUI_SLE/modules/chat.lua b/ElvUI_SLE/modules/chat.lua index efa7967..0f24bf6 100644 --- a/ElvUI_SLE/modules/chat.lua +++ b/ElvUI_SLE/modules/chat.lua @@ -574,12 +574,6 @@ hooksecurefunc(E, "UpdateMedia", ChatTextures) hooksecurefunc(CH, "Initialize", function(self) if not E.private.chat.enable then return end - if self.db.chatHistory then - self.SoundPlayed = true; - self:DisplayChatHistory() - self.SoundPlayed = nil; - end - self:RegisterEvent("GROUP_JOINED", function() E:Delay(5, function() CH:CheckLFGRoles() end) end) if E.db.sle.chat.guildmaster then -- 1.7.9.5