mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 16:49:10 +00:00
Get rid of threadgroups
This commit is contained in:
@@ -25,7 +25,7 @@ public class Keyboard implements KeyListener {
|
||||
}
|
||||
|
||||
public static Keyboard getInstance() {
|
||||
return Context.resolve().getKeyboard();
|
||||
return Context.getInstance().getKeyboard();
|
||||
}
|
||||
|
||||
static {
|
||||
|
||||
@@ -26,7 +26,7 @@ public class Mouse implements MouseListener, MouseMotionListener {
|
||||
}
|
||||
|
||||
public static Mouse getInstance() {
|
||||
return Context.resolve().getMouse();
|
||||
return Context.getInstance().getMouse();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user