1
0
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:
Bartłomiej Dach
2025-05-29 09:47:43 +02:00
Unverified
parent d1d9749de5
commit dabe28045e
@@ -86,6 +86,8 @@ namespace osu.Game.Screens.SelectV2
{
if (playerLoader != null) return false;
if (Beatmap.IsDefault) return false;
FinaliseSelection();
modsAtGameplayStart = Mods.Value;