feat: release v1.4.6 - Fix SavedVariables persistence and red textures for MafWow/3.3.5a
This commit is contained in:
@@ -225,7 +225,10 @@ function QuestieEventHandler:RegisterLateEvents()
|
||||
end)
|
||||
end
|
||||
|
||||
local _PlayerLoginFired = false
|
||||
function _EventHandler:PlayerLogin()
|
||||
if _PlayerLoginFired then return end
|
||||
_PlayerLoginFired = true
|
||||
-- Check config exists
|
||||
if not Questie.db or not QuestieConfig then
|
||||
-- Did you move Questie.db = LibStub("AceDB-3.0"):New("QuestieConfig",.......) out of Questie:OnInitialize() ?
|
||||
|
||||
Reference in New Issue
Block a user