-
-
Notifications
You must be signed in to change notification settings - Fork 208
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
Fix: Custom Scoreboard Player Count Including Offline Players #3026
Fix: Custom Scoreboard Player Count Including Offline Players #3026
Conversation
One or more Detekt Failures were detected:
|
One or more Detekt Failures were detected:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ive tried on private island as well |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should break when visiting people too since it always adds 1 to amount if it detects a solo island. Maybe regex broke or something? |
now it breaks on private island in production. in dev env was it working fine. hmm |
It is breaking here, there are 6 people on island but shows 7 in scoreboard |
What
Fixed custom scoreboard's player count display on private islands/garden including players that were offline or on other islands. Also changed max player count on private islands from guest limit to online island owners + guest limit. Added an "Island" widget type to pull player names on solo islands and when guesting.
Changelog Fixes
Changelog Technical Details