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.
This commit is contained in:
Jamix77 2020-02-23 14:51:59 +00:00
parent 85b00536db
commit ad345ac956

View file

@ -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);
}
}**/
/**