Add temp premium for debug
This commit is contained in:
parent
4ff47f2c24
commit
90de701eb5
@ -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 New Issue
Block a user