disable auto updater

This commit is contained in:
Colbster937
2026-02-17 09:56:14 -06:00
parent 745622fa36
commit 4dd81995d5

View File

@@ -510,7 +510,8 @@ public final class OriginBlacklist {
private final void checkForUpdates() {
this.checkForUpdates(() -> {
if (!this.config.getBoolean("update_checker.auto_update")) {
// if (!this.config.getBoolean("update_checker.auto_update")) {
if (true) {
this.plugin.log(EnumLogLevel.INFO, "An update is available! Download it at " + this.updateURL);
} else {
this.updatePlugin();