Stop spam while options are open

This commit is contained in:
2024-11-28 16:46:17 +01:00
parent 86a4daaceb
commit 9adc6aceda

View File

@@ -1,6 +1,7 @@
-- TICKER_1000
function()
if aura_env.queryPending then return end
if WeakAuras.IsOptionsOpen() then return end
SetWhoToUI(1)
---@type WHOQuery
local query = aura_env.whoQueries[aura_env.whoQueryIdx]