mirror of
https://github.com/Aust1n46/VentureChat.git
synced 2025-05-22 18:09:06 +00:00
Fix improper yaml section navigation.
This commit is contained in:
parent
cc508eabe2
commit
1d64b8dfd1
@ -86,7 +86,7 @@ public class LoginListener implements Listener {
|
||||
}
|
||||
}
|
||||
|
||||
if(plugin.getServer().spigot().getConfig().getBoolean("settings-bungeecord")) {
|
||||
if(plugin.getServer().spigot().getConfig().getBoolean("settings.bungeecord")) {
|
||||
long delayInTicks = 20L;
|
||||
final MineverseChatPlayer sync = mcp;
|
||||
plugin.getServer().getScheduler().runTaskLaterAsynchronously(plugin, new Runnable() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user