mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-04 08:59:47 +01:00
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 (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");
|
||||
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user