1
0
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:
Dean Herbert 2019-03-01 13:43:16 +09:00
parent 49cbaecf4c
commit 19ce1f2869

View File

@ -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()));
}