Should probably remove that one ;)

This commit is contained in:
Frank van der Heijden 2021-01-16 21:47:11 +01:00
parent bfb2f3383c
commit a11d703c42
No known key found for this signature in database
GPG key ID: 26DA56488D314D11

View file

@ -85,7 +85,7 @@ public class UpdateCheckerTask implements Runnable {
String downloaded = versionManager.getDownloadedVersion();
String current = versionManager.getCurrentVersion();
if (VersionUtils.isNewVersion(downloaded, githubVersion) || true) {
if (VersionUtils.isNewVersion(downloaded, githubVersion)) {
if (isStartupCheck()) {
plugin.getLogger().info(String.format(UPDATE_AVAILABLE, githubVersion));
plugin.getLogger().info("Release info: " + body);