diff options
author | Dalwyn <kendal.cooper.3460@gmail.com> | 2022-08-28 12:10:24 +0200 |
---|---|---|
committer | Dalwyn <kendal.cooper.3460@gmail.com> | 2022-08-28 12:12:30 +0200 |
commit | f7fece5bd59225ead1f0102792763d53883f2339 (patch) | |
tree | 91e285f2c36eae29a448cfcda51836c3114d5603 /features/betterGuis/dungeonReadyGui.js | |
parent | d08303d26628a185270b5201a9282477b85bff01 (diff) | |
download | SoopyV2-f7fece5bd59225ead1f0102792763d53883f2339.tar.gz SoopyV2-f7fece5bd59225ead1f0102792763d53883f2339.tar.bz2 SoopyV2-f7fece5bd59225ead1f0102792763d53883f2339.zip |
Prevent the rebase from destroying stuff
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(); |