mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
Check if DummyWorkingBeatmap is selected instead
This commit is contained in:
@ -28,7 +28,7 @@ namespace osu.Game.Screens.Select
|
|||||||
{
|
{
|
||||||
beatmap = value;
|
beatmap = value;
|
||||||
Details.Beatmap = beatmap?.BeatmapInfo;
|
Details.Beatmap = beatmap?.BeatmapInfo;
|
||||||
Leaderboard.Beatmap = beatmap is NoBeatmapsAvailableWorkingBeatmap ? null : beatmap?.BeatmapInfo;
|
Leaderboard.Beatmap = beatmap is DummyWorkingBeatmap ? null : beatmap?.BeatmapInfo;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user