diff options
Diffstat (limited to 'features/betterGuis/dungeonReadyGui.js')
-rw-r--r-- | features/betterGuis/dungeonReadyGui.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/betterGuis/dungeonReadyGui.js b/features/betterGuis/dungeonReadyGui.js index 8188865..34ce80e 100644 --- a/features/betterGuis/dungeonReadyGui.js +++ b/features/betterGuis/dungeonReadyGui.js @@ -269,7 +269,7 @@ class DungeonReadyGui { } } - keyPress(_, keyId) { + keyPress(key, keyId) { if (keyId === 1) //escape key // this.dontOpen = 1 Client.currentGui.close(); |