mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Simplify RulesetInfo string presentation
This commit is contained in:
@ -50,6 +50,6 @@ namespace osu.Game.Rulesets
|
||||
}
|
||||
}
|
||||
|
||||
public override string ToString() => $"{Name} ({ShortName}) ID: {ID}";
|
||||
public override string ToString() => Name ?? $"{Name} ({ShortName}) ID: {ID}";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user