Merge pull request #3130 from pure-sb/features/fix-hotkeys
client: fix hotkey listener double firing hotkey released event
This commit is contained in:
@@ -89,7 +89,6 @@ public abstract class HotkeyListener implements KeyListener
|
||||
}
|
||||
isPressed = false;
|
||||
isConsumingTyped = false;
|
||||
hotkeyReleased();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user