Correct a space in the name
This commit is contained in:
parent
a74d4f453b
commit
c31408f956
@ -229,7 +229,7 @@ public class LibsPremium {
|
|||||||
|
|
||||||
if (!foundJar) {
|
if (!foundJar) {
|
||||||
if (new BisectHosting().isBisectHosted("LibsDisguises")) {
|
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");
|
paidInformation = new PluginInformation("0", "32453", "0", true, "0", "#0", "0");
|
||||||
|
|
||||||
|
@ -53,9 +53,9 @@ public class BisectHosting {
|
|||||||
|
|
||||||
try (PrintWriter writer = new PrintWriter(configFile, "UTF-8")) {
|
try (PrintWriter writer = new PrintWriter(configFile, "UTF-8")) {
|
||||||
// This setting is if the server should check if you are using Bisect Hosting",
|
// 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(
|
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");
|
"time");
|
||||||
writer.write(
|
writer.write(
|
||||||
"\n# Coupon 'libraryaddict' for 25% off your first invoice on any of their gaming servers");
|
"\n# Coupon 'libraryaddict' for 25% off your first invoice on any of their gaming servers");
|
||||||
|
Loading…
Reference in New Issue
Block a user