Skip to content

Commit 4dd8199

Browse files
committed
disable auto updater
1 parent 745622f commit 4dd8199

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/xyz/webmc/originblacklist/base/OriginBlacklist.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,8 @@ private final void sendWebhooks(final OriginBlacklistLoginEvent event, final Enu
510510

511511
private final void checkForUpdates() {
512512
this.checkForUpdates(() -> {
513-
if (!this.config.getBoolean("update_checker.auto_update")) {
513+
// if (!this.config.getBoolean("update_checker.auto_update")) {
514+
if (true) {
514515
this.plugin.log(EnumLogLevel.INFO, "An update is available! Download it at " + this.updateURL);
515516
} else {
516517
this.updatePlugin();

0 commit comments

Comments
 (0)