Fixed version checking
This commit is contained in:
parent
17a815bec6
commit
839cc030e8
1 changed files with 0 additions and 4 deletions
|
@ -41,14 +41,10 @@ public class Version implements Runnable {
|
|||
return currentVersion == EnumUpdateState.OUTDATED;
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public static boolean needsUpdateNoticeAndMarkAsSeen()
|
||||
{
|
||||
if (!isOutdated())
|
||||
return false;
|
||||
|
||||
if (VERSION == "@VERSION@")
|
||||
return false;
|
||||
|
||||
//Property property = BOPConfiguration.config.get("Vars", "Seen Version", VERSION);
|
||||
//String seenVersion = property.getString();
|
||||
|
|
Loading…
Reference in a new issue