-
-
Notifications
You must be signed in to change notification settings - Fork 139
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
Could not pass event PlayerPortalEvent #583
Comments
When does the error occur? |
I don't know. I haven't end world enabled but I players have end gates and end portals for decorations. |
This should not occur, but apparently, it can sometimes. #583
Okay, fixed. I'm not sure why a location in an event can have a null world, but apparently it can. I put in defensive code to avoid any NPE. |
I also noticed this. It occurs when player enters in or out from non-bentobox nether thru portal. Version 1.3.1 |
Do you mean it is still occuring on 1.3.1 ? Can you send us the stacktrace? |
#583 Caused by a failure to check that world was in the known BentoBox worlds before calling the IWM method.
@akoldfart Thanks for the context. This helped fix it properly. |
This error seems to be still an issue. running 1.3.1 and getting this: Context: entering a freshly created nether portal from a Multiverse-created world |
I am seeing the same issue on 1.3.1 |
Description
Describe the bug
A exception appears in console.
https://pastebin.com/cMMMhVdp
BentoBox: 1.3.0
The text was updated successfully, but these errors were encountered: