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