mirror of
https://github.com/ppy/osu
synced 2025-01-19 04:20:59 +00:00
Removed check
This commit is contained in:
parent
bcab7aea26
commit
55f1b43329
@ -131,13 +131,6 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
base.Filter(criteria);
|
||||
bool match = Items.All(i => i.Filtered.Value);
|
||||
|
||||
if (BeatmapSet?.Equals(criteria.SelectedBeatmapSet) == true)
|
||||
{
|
||||
// only check ruleset equality or convertability for selected beatmap
|
||||
Filtered.Value = !match;
|
||||
return;
|
||||
}
|
||||
|
||||
match &= criteria.Sort != SortMode.DateRanked || BeatmapSet?.DateRanked != null;
|
||||
match &= criteria.Sort != SortMode.DateSubmitted || BeatmapSet?.DateSubmitted != null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user