mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 06:29:52 +08:00
Set random beatmap on entering song select
This commit is contained in:
@@ -425,7 +425,10 @@ namespace osu.Game.Screens.SelectV2
|
||||
|
||||
// force reselection if entering song select with a protected beatmap
|
||||
if (Beatmap.Value.BeatmapInfo.BeatmapSet!.Protected)
|
||||
Beatmap.SetDefault();
|
||||
{
|
||||
if (!carousel.NextRandom())
|
||||
Beatmap.SetDefault();
|
||||
}
|
||||
else
|
||||
updateSelection();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user