-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed many missing event-calls #111
Conversation
This PR fixes the old known "Position world is null or has been unloaded"-error. This error is thrown if a player is trying to teleport himself (e.g. using /p visit) to a deleted world.
This doesn't fix the bug that the |
I'll need help to fix that bug. |
libAsyncEvent #2 should be fixed before merging this. |
Since these events' listener execution is asynchronous, the return of their |
No description provided.