mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:23:22 +08:00
Revert short name change for now
This commit is contained in:
parent
f9fcf1562f
commit
0f04357f1f
@ -27,7 +27,7 @@ namespace osu.Game.Rulesets.Catch
|
||||
public override IBeatmapConverter CreateBeatmapConverter(IBeatmap beatmap) => new CatchBeatmapConverter(beatmap);
|
||||
public override IBeatmapProcessor CreateBeatmapProcessor(IBeatmap beatmap) => new CatchBeatmapProcessor(beatmap);
|
||||
|
||||
public const string SHORT_NAME = "catch";
|
||||
public const string SHORT_NAME = "fruits";
|
||||
|
||||
public override IEnumerable<KeyBinding> GetDefaultKeyBindings(int variant = 0) => new[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user