diff --git a/Modules/Whoer.lua b/Modules/Whoer.lua index 81d12ac..e0461ad 100644 --- a/Modules/Whoer.lua +++ b/Modules/Whoer.lua @@ -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")