1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-25 14:17:45 +08:00
osu-lazer/osu.Game.Tests
Bartłomiej Dach 4a677ecc19 Make random state choice in test more robust
`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).
2020-12-22 21:49:42 +01:00
..
2020-12-03 23:13:48 +01:00
2020-12-07 18:18:14 +09:00
2020-12-01 15:37:51 +09:00
2020-11-13 18:19:07 +09:00
2020-12-05 22:15:41 +01:00
2020-10-16 17:08:46 +09:00
2020-11-13 17:51:01 +09:00