We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce991fc commit 9817312Copy full SHA for 9817312
luckprefix-common/src/main/java/de/eztxm/luckprefix/common/util/UpdateChecker.java
@@ -33,7 +33,7 @@ public boolean isLatestVersion(boolean development) {
33
this.debugLog.debug("Checking if version is latest - development mode: " + development);
34
this.fetchManifest();
35
this.fetchLatestVersion();
36
- if (this.isForceUpdate()) {
+ if (this.isForceUpdate() || this.updateChannel.equalsIgnoreCase("snapshot")) {
37
this.debugLog.debug("Force update detected, returning false");
38
return false;
39
}
0 commit comments