[TASK] Removed Naga totally, including Uliratha

This is temporarly, as long as there's no new version
This commit is contained in:
JKetelaar
2016-06-12 01:40:02 +02:00
parent 4e8f71a89a
commit ae528c21a8
8 changed files with 1 additions and 306 deletions
@@ -123,11 +123,6 @@ public class Script implements Runnable {
this.state = STATE_STOPPED;
context.setRunningScript(null);
if (context.getUlirathaClient() != null) {
context.getUlirathaClient().disconnect();
context.setUlirathaClient(null);
}
BotUI.getInstance().toggleRun();
Core.verbose("Done.");
}