Fixed version checking

This commit is contained in:
Adubbz 2013-07-09 15:58:10 +10:00
parent 17a815bec6
commit 839cc030e8

View file

@ -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();