mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +08:00
Match plurality
This commit is contained in:
parent
d9089ef93c
commit
f70252d07b
@ -164,7 +164,7 @@ namespace osu.Game.Rulesets.Catch
|
||||
return "small droplet";
|
||||
|
||||
case HitResult.LargeBonus:
|
||||
return "bananas";
|
||||
return "banana";
|
||||
}
|
||||
|
||||
return base.GetDisplayNameForHitResult(result);
|
||||
|
Loading…
Reference in New Issue
Block a user