diff options
author | matthias-luger <58751503+matthias-luger@users.noreply.github.com> | 2021-11-05 20:46:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-05 20:46:01 +0100 |
commit | 5cc73b705cf4c6d6887e650daf8222b63dedc011 (patch) | |
tree | fa8d60069e0156e137f45209d3b9f5fe0c203255 /src/main/java/de/torui/coflsky/EventRegistry.java | |
parent | 161c01a2be916670c5bb4730760966f78e35afd0 (diff) | |
parent | ec5b9f6d45b34f4c6bcc79725180e35344242a20 (diff) | |
download | COFL-5cc73b705cf4c6d6887e650daf8222b63dedc011.tar.gz COFL-5cc73b705cf4c6d6887e650daf8222b63dedc011.tar.bz2 COFL-5cc73b705cf4c6d6887e650daf8222b63dedc011.zip |
Merge pull request #29 from Coflnet/feature/reenable-hotkeys
Reenable Hotkeys
Diffstat (limited to 'src/main/java/de/torui/coflsky/EventRegistry.java')
-rw-r--r-- | src/main/java/de/torui/coflsky/EventRegistry.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/de/torui/coflsky/EventRegistry.java b/src/main/java/de/torui/coflsky/EventRegistry.java index f47d0a1..c68836f 100644 --- a/src/main/java/de/torui/coflsky/EventRegistry.java +++ b/src/main/java/de/torui/coflsky/EventRegistry.java @@ -54,7 +54,7 @@ public class EventRegistry{ @SideOnly(Side.CLIENT) - //@SubscribeEvent(priority = EventPriority.NORMAL, receiveCanceled = true) + @SubscribeEvent(priority = EventPriority.NORMAL, receiveCanceled = true) public void onEvent(KeyInputEvent event) { if(CoflSky.keyBindings[0].isPressed()) { |