Skip to content

Commit

Permalink
fix: remove blob build auto updater
Browse files Browse the repository at this point in the history
  • Loading branch information
ybw0014 committed Apr 26, 2024
1 parent 804b25a commit ee640af
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,12 @@ protected void enable() {
}

if (getConfig().getBoolean("auto-update", true) && getDescription().getVersion().startsWith("Build")) {
GuizhanUpdater.start(this, getFile(), "baoad", "Galactifun", "master");
GuizhanUpdater.start(this, getFile(), "SlimefunGuguProject", "Galactifun", "master");
}
}

new Metrics(this, 11613);

if (!isTest && this.getConfig().getBoolean("auto-update") && !getPluginVersion().contains("MODIFIED")) {
new BlobBuildUpdater(this, this.getFile(), "Galactifun").start();
}

this.alienManager = new AlienManager(this);
this.worldManager = new WorldManager(this);
this.protectionManager = new ProtectionManager();
Expand Down

0 comments on commit ee640af

Please sign in to comment.