mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 06:52:56 +08:00
CI fix
This commit is contained in:
parent
18f77008db
commit
f2862e95e0
@ -28,7 +28,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
get => ruleset;
|
||||
set
|
||||
{
|
||||
if (ruleset == value)
|
||||
if (ruleset?.Equals(value) ?? false)
|
||||
{
|
||||
DeselectAll();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user