Fixed custom name still being set despite being overridden

This commit is contained in:
libraryaddict
2020-05-08 16:35:25 +12:00
parent a963e86323
commit 2adca62a83
10 changed files with 53 additions and 34 deletions

View File

@@ -25,7 +25,7 @@ public class PluginInformation {
this.userID = userID;
this.resourceID = resourceID;
this.downloadID = downloadID;
this.premium = premium && !"81".equals(resourceID);
this.premium = premium;
this.version = version;
this.buildNumber = buildNumber;
this.buildDate = buildDate;