Fix bungee message order (login -> connect)

This commit is contained in:
Gabriele C
2022-08-18 03:41:31 +02:00
parent 6f1c63e693
commit c38e2aba28
3 changed files with 3 additions and 3 deletions
@@ -85,7 +85,7 @@ public class BungeeSender implements SettingsDependent {
}
// Add a small delay, just in case...
bukkitService.scheduleSyncDelayedTask(() ->
sendBungeecordMessage(player, "Connect", destinationServerOnLogin), 5L);
sendBungeecordMessage(player, "Connect", destinationServerOnLogin), 10L);
}
/**