Should probably remove that one ;)
This commit is contained in:
parent
bfb2f3383c
commit
a11d703c42
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ public class UpdateCheckerTask implements Runnable {
|
||||||
|
|
||||||
String downloaded = versionManager.getDownloadedVersion();
|
String downloaded = versionManager.getDownloadedVersion();
|
||||||
String current = versionManager.getCurrentVersion();
|
String current = versionManager.getCurrentVersion();
|
||||||
if (VersionUtils.isNewVersion(downloaded, githubVersion) || true) {
|
if (VersionUtils.isNewVersion(downloaded, githubVersion)) {
|
||||||
if (isStartupCheck()) {
|
if (isStartupCheck()) {
|
||||||
plugin.getLogger().info(String.format(UPDATE_AVAILABLE, githubVersion));
|
plugin.getLogger().info(String.format(UPDATE_AVAILABLE, githubVersion));
|
||||||
plugin.getLogger().info("Release info: " + body);
|
plugin.getLogger().info("Release info: " + body);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue