mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Fix grammar
This commit is contained in:
parent
d74a5ef9e6
commit
464c5eaa2f
@ -13,7 +13,7 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
public partial class OverlayRulesetSelector : RulesetSelector
|
||||
{
|
||||
// Since this component is used in online overlays and currently web-side doesn't support non-legacy rulesets - let's disable them for now.
|
||||
// Since this component is used in online overlays and currently web-side doesn't support non-legacy rulesets, let's disable them for now.
|
||||
protected override bool LegacyOnly => true;
|
||||
|
||||
public OverlayRulesetSelector()
|
||||
|
Loading…
Reference in New Issue
Block a user