Fix whoer
This commit is contained in:
@@ -252,7 +252,6 @@ function shared.Whoer.Init()
|
||||
|
||||
for i = 1, GetNumWhoResults() do
|
||||
local name, guild, level, race, class, zone = GetWhoInfo(i)
|
||||
if Heimdall_Data.config.who.ignored[name] then return end
|
||||
local continue = false
|
||||
--print(name, guild, level, race, class, zone)
|
||||
|
||||
@@ -265,6 +264,7 @@ function shared.Whoer.Init()
|
||||
continue = true
|
||||
end
|
||||
end
|
||||
if Heimdall_Data.config.who.ignored[name] then continue = true end
|
||||
|
||||
if not continue then
|
||||
local timestamp = date("%Y-%m-%dT%H:%M:%S")
|
||||
|
Reference in New Issue
Block a user