mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 11:40:29 +00:00
Hello discord!
This commit is contained in:
parent
57c2924930
commit
d77308dee0
1 changed files with 2 additions and 2 deletions
|
@ -95,10 +95,10 @@ public class LibsPremium {
|
||||||
|
|
||||||
// Comparing major versions
|
// Comparing major versions
|
||||||
// Current version must be the same, or lower than premium version
|
// 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
|
// Snapshot must be of current version
|
||||||
return premiumVersion.equals(currentVersion);
|
//return premiumVersion.equals(currentVersion);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static PluginInformation getInformation(File file) throws Exception {
|
private static PluginInformation getInformation(File file) throws Exception {
|
||||||
|
|
Loading…
Reference in a new issue