mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-05 08:39:30 +00:00
ServerProvider init method added
This commit is contained in:
@@ -158,6 +158,7 @@ public class Context {
|
|||||||
*/
|
*/
|
||||||
public void load() {
|
public void load() {
|
||||||
Core.verbose("Parsing server jar...");
|
Core.verbose("Parsing server jar...");
|
||||||
|
serverProvider.init();
|
||||||
serverProvider.parseJar();
|
serverProvider.parseJar();
|
||||||
Core.verbose("Done.");
|
Core.verbose("Done.");
|
||||||
Core.verbose("Injecting hooks...");
|
Core.verbose("Injecting hooks...");
|
||||||
|
|||||||
@@ -117,6 +117,10 @@ public abstract class ServerProvider implements Opcodes {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void init() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
public void initMouse() {
|
public void initMouse() {
|
||||||
final Context context = Context.resolve();
|
final Context context = Context.resolve();
|
||||||
final Applet applet = context.getApplet();
|
final Applet applet = context.getApplet();
|
||||||
|
|||||||
Reference in New Issue
Block a user