fix: wrong field
This commit is contained in:
parent
7e51099b8a
commit
3f86c3c405
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ public class ServerUtils {
|
||||||
final NickoBukkit instance = NickoBukkit.getInstance();
|
final NickoBukkit instance = NickoBukkit.getInstance();
|
||||||
final Server server = instance.getServer();
|
final Server server = instance.getServer();
|
||||||
final YamlConfiguration config = server.spigot().getConfig();
|
final YamlConfiguration config = server.spigot().getConfig();
|
||||||
if (!config.getConfigurationSection("settings").getBoolean("settings.bungeecord")) {
|
if (!config.getConfigurationSection("settings").getBoolean("bungeecord")) {
|
||||||
instance.getLogger().severe("Hummm. You have enabled BungeeCord support inside Nicko,");
|
instance.getLogger().severe("Hummm. You have enabled BungeeCord support inside Nicko,");
|
||||||
instance.getLogger().severe("but it seems that your server is not hooked to your BungeeCord instance.");
|
instance.getLogger().severe("but it seems that your server is not hooked to your BungeeCord instance.");
|
||||||
instance.getLogger().severe("If the server is already hooked to BungeeCord, please enable it into your spigot.yml aswell.");
|
instance.getLogger().severe("If the server is already hooked to BungeeCord, please enable it into your spigot.yml aswell.");
|
||||||
|
|
Loading…
Reference in a new issue