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
Additional context
I suspect that this is because LimboAPI takes control over the login process when you add a callback, but forgets to fire applicable events which would be fired under a normal scenario.
The text was updated successfully, but these errors were encountered:
I've found out, that I need to call the LimboPlayer#disconnect method for proper handling.
I will leave this open, if you want to add further documentation.
hevav
changed the title
[BUG] PostLoginEvent and LoginEvent not firing
[NOT A BUG] PostLoginEvent and LoginEvent not firing without LimboPlayer#disconnect call
Dec 14, 2022
Describe the bug
When I add a callback to LoginLimboRegisterEvent, the LoginEvent and PostLoginEvent stop firing completely for all plugins.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
LoginEvent and PostLoginEvent should fire normally.
Screenshots
Not applicable
Server Info (please complete the following information):
All Limbo plugins versions:
LimboAPI 1.0.4-SNAPSHOT
/velocity dump link
Additional context
I suspect that this is because LimboAPI takes control over the login process when you add a callback, but forgets to fire applicable events which would be fired under a normal scenario.
The text was updated successfully, but these errors were encountered: