mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:42:54 +08:00
Remove second conditional
This commit is contained in:
parent
49cbaecf4c
commit
19ce1f2869
@ -625,8 +625,6 @@ namespace osu.Game.Screens.Select
|
||||
{
|
||||
if (beatmap == null || beatmap.ID <= 0) return;
|
||||
|
||||
if (BeatmapDetails.Leaderboard.Scores == null || !BeatmapDetails.Leaderboard.Scores.Any()) return;
|
||||
|
||||
dialogOverlay?.Push(new BeatmapClearScoresDialog(beatmap, () => BeatmapDetails.Leaderboard.RefreshScores()));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user