Skip to content

Commit

Permalink
Resolve an issue in CodeFactor
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Apr 23, 2020
1 parent b7dcb9c commit fe27097
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion osu.Game.Rulesets.Sentakki/SentakkiRuleset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ public override IEnumerable<Mod> GetModsFor(ModType type)

public override IEnumerable<KeyBinding> GetDefaultKeyBindings(int variant = 0) => new[]
{

new KeyBinding(InputKey.Z, SentakkiAction.Button1),
new KeyBinding(InputKey.X, SentakkiAction.Button2),
new KeyBinding(InputKey.MouseLeft, SentakkiAction.Button1),
Expand Down

0 comments on commit fe27097

Please sign in to comment.