Configure on login
This commit is contained in:
@@ -120,6 +120,7 @@ local frame = CreateFrame("Frame")
|
||||
frame:RegisterEvent("PLAYER_LOGIN")
|
||||
frame:RegisterEvent("PLAYER_ENTERING_WORLD")
|
||||
frame:SetScript("OnEvent", function(self, event, ...)
|
||||
Configure()
|
||||
C_Timer.After(1, function()
|
||||
Configure()
|
||||
end)
|
||||
|
Reference in New Issue
Block a user