mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Match plurality
This commit is contained in:
@ -164,7 +164,7 @@ namespace osu.Game.Rulesets.Catch
|
||||
return "small droplet";
|
||||
|
||||
case HitResult.LargeBonus:
|
||||
return "bananas";
|
||||
return "banana";
|
||||
}
|
||||
|
||||
return base.GetDisplayNameForHitResult(result);
|
||||
|
Reference in New Issue
Block a user