You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EventHandler.lua
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,10 @@ function MPT:EventHandler(e, ...) -- internal checks whether the event comes fro
71
71
end
72
72
end
73
73
elseife=="PLAYER_ENTERING_WORLD" then
74
+
locallogin, reload=...
75
+
ifloginthen
76
+
C_Timer.After(10, function() self:EventHandler("PLAYER_ENTERING_WORLD", false, true) end) -- re initiate after 10 seconds as a lot of this data is not available on initial login
0 commit comments