mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 08:39:12 +00:00
[CLEANUP] Commented out testing parts
This commit is contained in:
@@ -177,14 +177,19 @@ public class Context {
|
|||||||
classPath.dump(new File(Directories.getWorkspace(), "dump.jar"));
|
classPath.dump(new File(Directories.getWorkspace(), "dump.jar"));
|
||||||
Core.verbose("Done.");
|
Core.verbose("Done.");
|
||||||
}
|
}
|
||||||
try {
|
Applet applet = serverProvider.fetchApplet();
|
||||||
Applet applet = Test.invokeZBU();
|
// if applet is null the server provider will call setApplet itself
|
||||||
if(applet != null) {
|
if(applet != null) {
|
||||||
setApplet(applet);
|
setApplet(applet);
|
||||||
}
|
|
||||||
} catch (NoSuchMethodException | InvocationTargetException | ClassNotFoundException | IllegalAccessException | NoSuchFieldException | InstantiationException e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
}
|
||||||
|
// try {
|
||||||
|
// Applet applet = Test.invokeZBU();
|
||||||
|
// if(applet != null) {
|
||||||
|
// setApplet(applet);
|
||||||
|
// }
|
||||||
|
// } catch (NoSuchMethodException | InvocationTargetException | ClassNotFoundException | IllegalAccessException | NoSuchFieldException | InstantiationException e) {
|
||||||
|
// e.printStackTrace();
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user