Fix issue with who ignored

This commit is contained in:
2025-01-01 15:22:06 +01:00
parent 5eb6f3cbfd
commit 18106db367
2 changed files with 2 additions and 2 deletions

View File

@@ -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[]