Fix whoer

This commit is contained in:
2025-01-01 20:55:31 +01:00
parent 873ce0a30c
commit 9fd57c5d7b

View File

@@ -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")