Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit c24cc5c

Browse files
committed
Disabled auto updater
1 parent 318fa2a commit c24cc5c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • src/main/java/io/github/chafficui/CrucialAPI

src/main/java/io/github/chafficui/CrucialAPI/Main.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import io.github.chafficui.CrucialAPI.Utils.Server;
66
import io.github.chafficui.CrucialAPI.Utils.Stats;
77
import io.github.chafficui.CrucialAPI.Utils.player.inventory.InventoryListener;
8-
import io.github.chafficui.CrucialAPI.Utils.player.inventory.Page;
98
import io.github.chafficui.CrucialAPI.exceptions.CrucialException;
109
import org.bukkit.Bukkit;
1110
import org.bukkit.ChatColor;
@@ -88,7 +87,7 @@ public void downgradeToLegacyVersion(String version) throws CrucialException {
8887
private void setupConfig() throws IOException {
8988
getConfig().options().header(getDescription().getName() + " (Version: " + version + ") by "
9089
+ getDescription().getAuthors());
91-
getConfig().addDefault("settings.AUTO_UPDATE", true);
90+
//getConfig().addDefault("settings.AUTO_UPDATE", true);
9291
getConfig().addDefault("settings.SHARE_STATS", true);
9392
getConfig().options().copyDefaults(true);
9493
getConfig().save("options.yml");

0 commit comments

Comments
 (0)