mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 06:52:56 +08:00
4a677ecc19
`RNG.Next(int, int)` is max-exclusive, so the random state choice would actually never pick `MultiplayerUserState.Results` on its own. The only reason why that state ever did show up was by a freak accident of sorts (the logic in `TestRealtimeMultiplayerClient` would automatically convert every `FinishedPlay` state to `Results`, up until seeing the first player that was in the `Playing` state). |
||
---|---|---|
.. | ||
TestSceneRealtimeMatchSubScreen.cs | ||
TestSceneRealtimeMultiplayer.cs | ||
TestSceneRealtimeMultiplayerParticipantsList.cs | ||
TestSceneRealtimeReadyButton.cs | ||
TestSceneRealtimeRoomManager.cs |