mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Ensure beatmap is not disabled before continuing with present
This commit is contained in:
@ -248,6 +248,14 @@ namespace osu.Game
|
||||
// navigate to song select if we are not already there.
|
||||
|
||||
menuScreen.MakeCurrent();
|
||||
|
||||
if (Beatmap.Disabled)
|
||||
{
|
||||
// we may need to wait for a lease to be returned.
|
||||
Schedule(() => PresentBeatmap(beatmap));
|
||||
return;
|
||||
}
|
||||
|
||||
menuScreen.LoadToSolo();
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user