Correct a space in the name

This commit is contained in:
libraryaddict 2020-03-08 03:32:58 +13:00
parent a74d4f453b
commit c31408f956
No known key found for this signature in database
GPG Key ID: 052E4FBCD257AEA4
2 changed files with 3 additions and 3 deletions

View File

@ -229,7 +229,7 @@ public class LibsPremium {
if (!foundJar) {
if (new BisectHosting().isBisectHosted("LibsDisguises")) {
DisguiseUtilities.getLogger().info("Hosted by Bisect Hosting! Premium enabled!");
DisguiseUtilities.getLogger().info("Hosted by BisectHosting! Premium enabled!");
paidInformation = new PluginInformation("0", "32453", "0", true, "0", "#0", "0");

View File

@ -53,9 +53,9 @@ public class BisectHosting {
try (PrintWriter writer = new PrintWriter(configFile, "UTF-8")) {
// This setting is if the server should check if you are using Bisect Hosting",
writer.write("# If you're using Bisect Hosting, this will tell the server to enable premium for free!");
writer.write("# If you're using BisectHosting, this will tell the server to enable premium for free!");
writer.write(
"\n# However if you're not using Bisect Hosting, this is false so the server won't waste " +
"\n# However if you're not using BisectHosting, this is false so the server won't waste " +
"time");
writer.write(
"\n# Coupon 'libraryaddict' for 25% off your first invoice on any of their gaming servers");