1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 06:39:54 +08:00

Fix grammar

This commit is contained in:
Dean Herbert
2023-01-13 12:16:35 +09:00
committed by GitHub
Unverified
parent d74a5ef9e6
commit 464c5eaa2f
+1 -1
View File
@@ -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()