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