mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
update dt
This commit is contained in:
@@ -98,11 +98,11 @@ local function BuildFriendTable(total)
|
||||
end
|
||||
end
|
||||
|
||||
local function OnEvent(self, event, message)
|
||||
local function OnEvent(self, event)
|
||||
local _, onlineFriends = GetNumberFriends()
|
||||
|
||||
if event == "CHAT_MSG_SYSTEM" then
|
||||
if not (find(message, friendOnline) or find(message, friendOffline)) then return end
|
||||
if not (find(arg1, friendOnline) or find(arg1, friendOffline)) then return end
|
||||
end
|
||||
|
||||
dataValid = false
|
||||
|
||||
Reference in New Issue
Block a user