Skip to content

Commit

Permalink
toggleStance -> crouchMode
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal111 committed Oct 21, 2016
1 parent 1920724 commit a459d50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
*/
@RegisterBindButton(id = "toggleStance", description = "${engine:menu#binding-toggle-stance}")
@DefaultBinding(type = InputType.KEY, id = Keyboard.KeyId.X)
public class ToggleStanceButton extends BindButtonEvent {
public class CrouchModeButton extends BindButtonEvent {
}

0 comments on commit a459d50

Please sign in to comment.