Fix issue with who ignored
This commit is contained in:
@@ -254,7 +254,7 @@ function shared.Whoer.Init()
|
||||
|
||||
for i = 1, GetNumWhoResults() do
|
||||
local name, guild, level, race, class, zone = GetWhoInfo(i)
|
||||
if Heimdall_Data.who.ignored[name] then return end
|
||||
if Heimdall_Data.config.who.ignored[name] then return end
|
||||
local continue = false
|
||||
|
||||
---@type WHOFilter[]
|
||||
|
Reference in New Issue
Block a user