From 85ff907f0585f3e7362e31ddc584cf449ad2bf21 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Sun, 25 May 2025 10:39:45 +0200 Subject: [PATCH] Reset whoQueryIdx to 1 when no WHO query is found --- Modules/Whoer.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Whoer.lua b/Modules/Whoer.lua index ed27f87..adf3696 100644 --- a/Modules/Whoer.lua +++ b/Modules/Whoer.lua @@ -689,6 +689,7 @@ shared.Whoer = { print( string.format("[%s] Error: No WHO query found to run at index %d", ModuleName, whoQueryIdx) ) + whoQueryIdx = 1 end return end