Skip to content
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 spectator list showing other users in multiplayer room even if they're not spectating #31844

Merged
merged 3 commits into from
Feb 10, 2025

Conversation

bdach
Copy link
Collaborator

@bdach bdach commented Feb 10, 2025

RFC. Would close #31819.

Very ad-hoc fix (see relevant inline comment), but also simple, and I'd rather start simple and only escalate complexity as required.

No test coverage for two reasons: (a) I'm unsure if this will survive at least a quick review, (b) testing anything that touches MultiplayerClient outside of the nice test scenes with all the nice setup is like hours lost to setting everything up just right - that said, I will add tests on request.

Copy link
Member

@peppy peppy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works for me

@peppy peppy merged commit 8dc6167 into ppy:master Feb 10, 2025
9 checks passed
@bdach bdach deleted the fix-mp-players-appearing-as-spectators branch February 10, 2025 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When playing multiplayer all other playing users in room appear as spectators on the spectator list
2 participants