1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Match plurality

This commit is contained in:
Dean Herbert 2020-10-08 12:52:58 +09:00
parent d9089ef93c
commit f70252d07b

View File

@ -164,7 +164,7 @@ namespace osu.Game.Rulesets.Catch
return "small droplet"; return "small droplet";
case HitResult.LargeBonus: case HitResult.LargeBonus:
return "bananas"; return "banana";
} }
return base.GetDisplayNameForHitResult(result); return base.GetDisplayNameForHitResult(result);