Eh, may as well
This commit is contained in:
		| @@ -222,6 +222,12 @@ public class LibsPremium { | |||||||
|                 DisguiseUtilities.getLogger().info("Found a premium Lib's Disguises jar (" + fileInfo + ")"); |                 DisguiseUtilities.getLogger().info("Found a premium Lib's Disguises jar (" + fileInfo + ")"); | ||||||
|                 DisguiseUtilities.getLogger().info("Registered to: " + getSanitizedUser(plugin.getUserID())); |                 DisguiseUtilities.getLogger().info("Registered to: " + getSanitizedUser(plugin.getUserID())); | ||||||
|  |  | ||||||
|  |                 // >.> | ||||||
|  |                 if (plugin.getBuildNumber() == null || !plugin.getBuildNumber().matches("[0-9]+") || | ||||||
|  |                         Integer.parseInt(plugin.getBuildNumber()) < 300) { | ||||||
|  |                     file.delete(); | ||||||
|  |                     continue; | ||||||
|  |                 } | ||||||
|                 break; |                 break; | ||||||
|             } else { |             } else { | ||||||
|                 // You have a non-premium Lib's Disguises jar (LibsDisguises.jar v5.2.6, build #40, created |                 // You have a non-premium Lib's Disguises jar (LibsDisguises.jar v5.2.6, build #40, created | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user