mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-04 00:37:46 +00:00
[CLEANUP] Removed Bugsnag from project
This commit is contained in:
@@ -156,7 +156,6 @@ public class Script implements Runnable {
|
||||
if(state < 0 || state > 2) {
|
||||
throw new IllegalArgumentException("Illegal state");
|
||||
}
|
||||
Core.setBugsnagInformation("Script", "State", String.valueOf(state));
|
||||
this.state = state;
|
||||
}
|
||||
|
||||
@@ -181,6 +180,5 @@ public class Script implements Runnable {
|
||||
|
||||
public void setScriptID(int scriptID){
|
||||
this.scriptID = scriptID;
|
||||
Core.setBugsnagInformation("Script", "State", String.valueOf(scriptID));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,8 +24,6 @@ public abstract class ServerExecuter {
|
||||
@Override
|
||||
public void run() {
|
||||
try {
|
||||
Core.setBugsnagServer(serverName);
|
||||
|
||||
Context context = Context.getInstance(provider);
|
||||
context.load();
|
||||
PaintComponent.getInstance().startPainting(context);
|
||||
|
||||
Reference in New Issue
Block a user