Re-Enable version test
This commit is contained in:
parent
4d626b23b2
commit
22a1cd7c26
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ public class VersionChecker implements Runnable {
|
|||
boolean isNew = ModUtil.isLargerVersion(mod.v, installedVersion)
|
||||
&& !installedVersion.equals("0.0.0");
|
||||
BCLib.LOGGER.info(" - " + mod.n + ":" + mod.v + (isNew ? " (update available)" : ""));
|
||||
if (true || isNew)
|
||||
if (isNew)
|
||||
NEW_VERSIONS.add(mod);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue