Compare commits

1 Commits

Author SHA1 Message Date
bbee8650d3 Enable premium features 2022-06-01 19:38:26 +02:00
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
.idea/
target/

View File

@@ -74,7 +74,7 @@ public class LibsPremium {
* Returns true if this plugin is premium
*/
public static Boolean isPremium() {
return thisPluginIsPaidFor == null ? isPremium(getResourceID(), getUserID()) : thisPluginIsPaidFor;
return true;
}
/**