Filename | |
---|---|
ElvUI_SLE/modules/chat.lua |
diff --git a/ElvUI_SLE/modules/chat.lua b/ElvUI_SLE/modules/chat.lua index 7ab4900..2a2f983 100644 --- a/ElvUI_SLE/modules/chat.lua +++ b/ElvUI_SLE/modules/chat.lua @@ -193,7 +193,7 @@ local function GetChatIcon(sender) end function CH:GetPluginReplacementIcon(arg2, arg6, type) - local icon = nil; + local icon if arg6 and (strlen(arg6) > 0) then if ( arg6 == "GM" ) then --If it was a whisper, dispatch it to the GMChat addon.