Skip to content

Commit c536932

Browse files
author
vemacs
committed
Disable updater
1 parent 2424ab4 commit c536932

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/me/confuser/barapi/BarAPI.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ public void onEnable() {
4242
getConfig().options().copyDefaults(true);
4343
saveConfig();
4444

45-
if (getConfig().getBoolean("autoUpdate"))
46-
new Updater(this, 64876, getFile(), Updater.UpdateType.DEFAULT, false);
45+
// if (getConfig().getBoolean("autoUpdate"))
46+
// new Updater(this, 64876, getFile(), Updater.UpdateType.DEFAULT, false);
4747

4848
try {
4949
MetricsLite metrics = new MetricsLite(this);

0 commit comments

Comments
 (0)