Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly stop game if it can't start due to too few players
Before it would be stuck in a "limbo" where it's still in join phase, but with a real GameState instead of a PregameState which causes various issues, such as all subsequent joins raising the player count to 1 and not actually succeeding.
- Loading branch information