mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Fix CI issues.
This commit is contained in:
@ -24,7 +24,7 @@ namespace osu.Game.Rulesets
|
|||||||
|
|
||||||
public bool Equals(RulesetInfo other)
|
public bool Equals(RulesetInfo other)
|
||||||
{
|
{
|
||||||
return this.ID == other.ID && this.Available == other.Available && this.Name == other.Name && this.InstantiationInfo == other.InstantiationInfo;
|
return ID == other?.ID && Available == other?.Available && Name == other?.Name && InstantiationInfo == other?.InstantiationInfo;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user