mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-02 16:49:10 +00:00
@@ -24,7 +24,7 @@ public class ThreadRedirect {
|
||||
}
|
||||
|
||||
public static Thread currentThread(){
|
||||
return null;
|
||||
return new Thread();
|
||||
}
|
||||
|
||||
public static void join(Thread t) throws InterruptedException{
|
||||
|
||||
Reference in New Issue
Block a user