From 9fd57c5d7ba4ae65b9fa06f8f1c8b5d2b5c1f28c Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Wed, 1 Jan 2025 20:55:31 +0100 Subject: [PATCH] Fix whoer --- Modules/Whoer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")