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;
|
isPressed = false;
|
||||||
isConsumingTyped = false;
|
isConsumingTyped = false;
|
||||||
hotkeyReleased();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user