update dt

This commit is contained in:
Bunny67
2018-07-23 17:31:48 +03:00
parent 2af649d399
commit 88052dd29f
5 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -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