Add temp premium for debug

This commit is contained in:
libraryaddict 2017-06-03 01:55:52 +12:00
parent 4ff47f2c24
commit 90de701eb5

@ -56,6 +56,10 @@ public class LibVersion {
if (isPremium())
break;
}
catch (ClassNotFoundException ex) {
if (disguises.getDescription().getVersion().contains("9.3.0-SNAPSHOT"))
thisPluginIsPaidFor = true;
}
catch (Exception ex) {
// Don't print off errors
}