mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Introduce private APIRuleset
for online ID equality comparison
This commit is contained in:
@ -44,9 +44,6 @@ namespace osu.Game.Rulesets
|
||||
if (ReferenceEquals(this, other)) return true;
|
||||
if (other == null) return false;
|
||||
|
||||
if (OnlineID >= 0 && other.OnlineID >= 0)
|
||||
return OnlineID == other.OnlineID;
|
||||
|
||||
return ShortName == other.ShortName;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user