Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix multi-spectator test updating state after removing user
Removing user triggers `playingUsers.Remove`, but doing so before updating the state leads to `EndGameplay` being called with `State == Playing` rather than `Quit`.
- Loading branch information