mirror of
https://github.com/Aust1n46/VentureChat.git
synced 2025-05-23 10:39:05 +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;
|
long delayInTicks = 20L;
|
||||||
final MineverseChatPlayer sync = mcp;
|
final MineverseChatPlayer sync = mcp;
|
||||||
plugin.getServer().getScheduler().runTaskLaterAsynchronously(plugin, new Runnable() {
|
plugin.getServer().getScheduler().runTaskLaterAsynchronously(plugin, new Runnable() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user