fix: scope questie comms enable helper

This commit is contained in:
Xurkon
2026-06-04 17:30:48 -05:00
parent ccd2bc10d6
commit c3ea62f5bc
2 changed files with 331 additions and 1 deletions
+2 -1
View File
@@ -47,6 +47,7 @@ local suggestUpdate = true;
-- forward declaration
local _DoYell
local IsQuestieCommsEnabled
--Not used, contains a list of hashes for quest, used to compare change.
--_QuestieComms.questHashes = {};
@@ -292,7 +293,7 @@ local function GetQuestListBlockInterval()
return GetProfileNumber("questieCommsQuestListBlockInterval", DEFAULT_QUEST_LIST_BLOCK_INTERVAL, 0.5, 10)
end
local function IsQuestieCommsEnabled()
IsQuestieCommsEnabled = function()
if not Questie or not Questie.db or not Questie.db.profile then
return true
end