Remove Q closing from module settings

This commit is contained in:
noil 2020-12-07 13:18:25 -05:00
parent 227956e97b
commit 9644d1b0c9
1 changed files with 0 additions and 4 deletions

View File

@ -267,10 +267,6 @@ public final class ModuleListComponent extends ResizableHudComponent {
public void keyTyped(char typedChar, int keyCode) {
super.keyTyped(typedChar, keyCode);
if (keyCode == Keyboard.KEY_Q) {
this.currentSettings = null;
}
if (this.currentSettings != null) {
this.currentSettings.keyTyped(typedChar, keyCode);
}