Released 9.8.3, commands disabled for players on non-premium versions
This commit is contained in:
@@ -93,7 +93,10 @@ public class LibsPremium {
|
||||
|
||||
// Comparing major versions
|
||||
// Current version must be the same, or lower than premium version
|
||||
return Integer.parseInt(currentSplit[0]) <= Integer.parseInt(premSplit[0]);
|
||||
// return Integer.parseInt(currentSplit[0]) <= Integer.parseInt(premSplit[0]);
|
||||
|
||||
// Snapshot must be of current version
|
||||
return premiumVersion.equals(currentVersion);
|
||||
}
|
||||
|
||||
private static PluginInformation getInformation(File file) throws Exception {
|
||||
|
Reference in New Issue
Block a user