mirror of
https://github.com/colbster937/originblacklist.git
synced 2026-03-23 05:47:41 +00:00
Compare commits
2 Commits
41ce550089
...
v2.0.9+9b6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9b6bc94def | ||
|
|
4dd81995d5 |
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user