Compare commits

...

2 Commits

Author SHA1 Message Date
Colbster937
9b6bc94def Merge branch 'main' of https://github.com/WebMCDevelopment/originblacklist 2026-02-17 09:56:21 -06:00
Colbster937
4dd81995d5 disable auto updater 2026-02-17 09:56:14 -06:00

View File

@@ -510,7 +510,8 @@ public final class OriginBlacklist {
private final void checkForUpdates() { private final void checkForUpdates() {
this.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); this.plugin.log(EnumLogLevel.INFO, "An update is available! Download it at " + this.updateURL);
} else { } else {
this.updatePlugin(); this.updatePlugin();