mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
[CLEANUP] Removed debug
This commit is contained in:
@@ -63,9 +63,7 @@ public class PBKeyListener implements KeyListener {
|
||||
|
||||
@Override
|
||||
public void keyReleased(KeyEvent e) {
|
||||
System.out.println("test before");
|
||||
if (e.getKeyCode() == mainKey) {
|
||||
System.out.println("Test");
|
||||
for (Binding binding : bindings) {
|
||||
if (binding.getKey() == e.getKeyCode()) {
|
||||
binding.perform();
|
||||
|
||||
Reference in New Issue
Block a user