Users must download a new jar from spigotmc for 10.0.0 snapshots
This commit is contained in:
		| @@ -85,6 +85,10 @@ public class LibsPremium { | |||||||
|             return false; |             return false; | ||||||
|         } |         } | ||||||
|  |  | ||||||
|  |         if (premiumVersion.startsWith("9.")){ | ||||||
|  |             return false; | ||||||
|  |         } | ||||||
|  |  | ||||||
|         // If current version is not a number version, then the premium version cannot be checked |         // If current version is not a number version, then the premium version cannot be checked | ||||||
|         if (!currentVersion.matches("[0-9]+(\\.[0-9]+)+")) { |         if (!currentVersion.matches("[0-9]+(\\.[0-9]+)+")) { | ||||||
|             // Return true as the rest of the version check cannot be used |             // Return true as the rest of the version check cannot be used | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user