mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
fix
This commit is contained in:
@@ -49,7 +49,8 @@ public class Context {
|
||||
|
||||
private Context(final ServerProvider serverProvider) {
|
||||
threadGroups.put(Thread.currentThread().getThreadGroup(), this);
|
||||
|
||||
|
||||
System.setProperty("sun.java.command", "");
|
||||
this.serverProvider = serverProvider;
|
||||
this.paintDebugger = new PaintDebugger();
|
||||
this.classPath = new ClassPath();
|
||||
|
||||
Reference in New Issue
Block a user