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