mirror of
https://github.com/ppy/osu
synced 2025-01-25 07:13:22 +00:00
Fix intro not being replaced by a playable song when entering song select
This commit is contained in:
parent
9ea7f12f8d
commit
ddf49c2e65
@ -448,7 +448,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
private void carouselBeatmapsLoaded()
|
||||
{
|
||||
if (!Beatmap.IsDefault && Beatmap.Value.BeatmapSetInfo?.DeletePending == false)
|
||||
if (!Beatmap.IsDefault && Beatmap.Value.BeatmapSetInfo?.DeletePending == false && Beatmap.Value.BeatmapSetInfo?.Protected == false)
|
||||
{
|
||||
Carousel.SelectBeatmap(Beatmap.Value.BeatmapInfo);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user