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

Match plurality

This commit is contained in:
Dean Herbert
2020-10-08 12:52:58 +09:00
Unverified
parent d9089ef93c
commit f70252d07b
+1 -1
View File
@@ -164,7 +164,7 @@ namespace osu.Game.Rulesets.Catch
return "small droplet";
case HitResult.LargeBonus:
return "bananas";
return "banana";
}
return base.GetDisplayNameForHitResult(result);