mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2024-11-11 01:17:16 +00:00
Add temp premium for debug
This commit is contained in:
parent
4ff47f2c24
commit
90de701eb5
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@ public class LibVersion {
|
||||||
if (isPremium())
|
if (isPremium())
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
catch (ClassNotFoundException ex) {
|
||||||
|
if (disguises.getDescription().getVersion().contains("9.3.0-SNAPSHOT"))
|
||||||
|
thisPluginIsPaidFor = true;
|
||||||
|
}
|
||||||
catch (Exception ex) {
|
catch (Exception ex) {
|
||||||
// Don't print off errors
|
// Don't print off errors
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue