Skip to content

Commit

Permalink
Merge pull request #27 from GTNewHorizons/keybinds
Browse files Browse the repository at this point in the history
keybind
  • Loading branch information
Dream-Master authored Jan 27, 2023
2 parents 508457c + f872ef5 commit 88a211f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@SideOnly(Side.CLIENT)
public class GemArmorKeyHandler {

static KeyBinding SpecialAbility = new KeyBinding("ttmisc.toggleArmor", Keyboard.KEY_U, "ttmisc.keyCategory");
static KeyBinding SpecialAbility = new KeyBinding("ttmisc.toggleArmor", Keyboard.KEY_NONE, "ttmisc.keyCategory");

public GemArmorKeyHandler() {
FMLCommonHandler.instance().bus().register(this);
Expand Down

0 comments on commit 88a211f

Please sign in to comment.