mirror of https://github.com/ppy/osu
Revert short name change for now
This commit is contained in:
parent
f9fcf1562f
commit
0f04357f1f
|
@ -27,7 +27,7 @@ public class CatchRuleset : Ruleset
|
|||
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