mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 03:30:02 +00:00
Remove dumb version check
This commit is contained in:
parent
087bd4161d
commit
8350f72d23
1 changed files with 2 additions and 6 deletions
|
@ -196,11 +196,7 @@ public class LibsPremium {
|
|||
|
||||
if (plugin.isPremium()) {
|
||||
if (!isValidVersion(version, plugin.getVersion()) || plugin.getUserID() == null ||
|
||||
plugin.getDownloadID() == null || plugin.getUserID().equals("666666") ||
|
||||
plugin.getParsedBuildDate().after(getPluginInformation().getParsedBuildDate()) ||
|
||||
plugin.getParsedBuildDate().before(new Date(
|
||||
getPluginInformation().getParsedBuildDate().getTime() -
|
||||
TimeUnit.DAYS.toMillis(365 * 2)))) {
|
||||
plugin.getDownloadID() == null || plugin.getUserID().equals("666666")) {
|
||||
DisguiseUtilities.getLogger().warning(
|
||||
"You have an old Lib's Disguises jar (" + file.getName() + " " + fileInfo +
|
||||
") in the LibsDisguises folder! For security purposes, please replace this with a" +
|
||||
|
|
Loading…
Reference in a new issue