Compare commits

...

3 Commits

Author SHA1 Message Date
libraryaddict 4e9133b323 Snapshot 2024-04-10 14:16:13 +12:00
libraryaddict 445e393f2a Release build 2024-04-10 14:12:14 +12:00
libraryaddict 9632f96a51 Fix for bisect 2024-04-10 14:09:17 +12:00
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>LibsDisguises</artifactId>
<version>10.0.43-SNAPSHOT</version>
<version>10.0.44-SNAPSHOT</version>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>

View File

@ -224,7 +224,7 @@ public class LibsPremium {
if (bisectHosted) {
DisguiseUtilities.getLogger().info("Hosted by BisectHosting! Premium enabled!");
paidInformation = new PluginInformation(0, "2", "32453", "2", true, "0", "#0", "0");
paidInformation = new PluginInformation(0, "2", "32453", "2", true, "0", "#1", "0");
thisPluginIsPaidFor = true;
} else {