They may have been delayed until the next Update, which is too late in this case.
- Revert TestCasePlaySongSelect to master
- Add an optional bool parameter to SelectBeatmap to skip selecting filtered maps
Resolves #2069.
We need to still perform selection if selectedBeatmap itself is null
Closes #1762
This avoids `SelectionChanged` potentially being invoked multiple times after `selectedBeatmapSet` is already `null`.
Closes #1722.
Was causing BeatmapSet's Set to run *after* newer events were received.