forked from 2009Scape/Server
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:
parent
85b00536db
commit
ad345ac956
1 changed files with 5 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}**/
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue