mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +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";
|
return "small droplet";
|
||||||
|
|
||||||
case HitResult.LargeBonus:
|
case HitResult.LargeBonus:
|
||||||
return "bananas";
|
return "banana";
|
||||||
}
|
}
|
||||||
|
|
||||||
return base.GetDisplayNameForHitResult(result);
|
return base.GetDisplayNameForHitResult(result);
|
||||||
|
Loading…
Reference in New Issue
Block a user