This repository was archived by the owner on Feb 19, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
src/main/java/clientapi/command/handler Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88- Made MotionUpdateEvent cancellable
99- Made UpdateEvent cancellable
1010### Fixed
11+ - CommandHandler opening chat when the ingameGui is null
1112- Fixed left click events not firing
1213- Fixed CDK ClientAPI dependency not deobfuscating srg names
1314- Fixed CDK version having quotes by default
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ public CommandHandler(Manager<Command> commandManager) {
9191 @ EventHandler
9292 private final Listener <KeyEvent > keyEventListener = new Listener <>(event -> {
9393 // Check if opening chat with the prefix is supported
94- if (!openChat || prefix == null )
94+ if (!openChat || prefix == null || mc . ingameGUI == null )
9595 return ;
9696
9797 // Ensure the prefix is a single character
You can’t perform that action at this time.
0 commit comments