mirror of
https://github.com/ppy/osu.git
synced 2026-06-07 04:13:38 +08:00
SongSelectV2: Fix being able to progress to player loader when no beatmap is selected
This commit is contained in:
@@ -86,6 +86,8 @@ namespace osu.Game.Screens.SelectV2
|
||||
{
|
||||
if (playerLoader != null) return false;
|
||||
|
||||
if (Beatmap.IsDefault) return false;
|
||||
|
||||
FinaliseSelection();
|
||||
|
||||
modsAtGameplayStart = Mods.Value;
|
||||
|
||||
Reference in New Issue
Block a user