-
Notifications
You must be signed in to change notification settings - Fork 220
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
Scoreboard error (problem explained) #771
Labels
Comments
if a player is being iterated on that event it has to have a provided arena on the scoreboard context. Any addons installed? |
output of
summary
|
then try removing all of them and then enable them one by one till you find out which one is causing the issue |
Fixed with #792 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stacktrace
and (almost same)
v
is non-null butv.getArena()
is nullable.so, add null check for
v.getArena()
toBedWars1058/bedwars-plugin/src/main/java/com/andrei1058/bedwars/sidebar/SidebarService.java
Line 157 in d9a318d
The text was updated successfully, but these errors were encountered: