From ad345ac9561b34f4ded3b61b6bb0d4c61d78102f Mon Sep 17 00:00:00 2001 From: Jamix77 Date: Sun, 23 Feb 2020 14:51:59 +0000 Subject: [PATCH] Fixed spacebar issues I didn't think this one very far ahead, spacebar to continue must say its goodbyes as it's causing too many other issues. --- Client/src/org/runite/jagex/KeyboardListener.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Client/src/org/runite/jagex/KeyboardListener.java b/Client/src/org/runite/jagex/KeyboardListener.java index c5f41c2a9..0e531ab5d 100644 --- a/Client/src/org/runite/jagex/KeyboardListener.java +++ b/Client/src/org/runite/jagex/KeyboardListener.java @@ -76,10 +76,13 @@ final class KeyboardListener implements KeyListener, FocusListener { { Class73.method1308(RSString.createRSString("::shutdowninterface"), false); } - if (var1.getKeyCode() == KeyEvent.VK_SPACE) + + //causing issues when in other interfaces, such as GE interface. My quick thing impl didn't work - Jamix77 + + /**if (var1.getKeyCode() == KeyEvent.VK_SPACE) { Class2.method78(40, false, 0); - } + }**/ /**