From f7fece5bd59225ead1f0102792763d53883f2339 Mon Sep 17 00:00:00 2001 From: Dalwyn Date: Sun, 28 Aug 2022 12:10:24 +0200 Subject: Prevent the rebase from destroying stuff --- features/betterGuis/dungeonReadyGui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/betterGuis/dungeonReadyGui.js') 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(); -- cgit