mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 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 {
|
||||
|
||||
Reference in New Issue
Block a user