Delayed more

This commit is contained in:
HaHaWTH 2024-04-02 01:23:53 +08:00
parent 5e91ee9844
commit abb85f005d
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ public class AsynchronousJoin implements AsynchronousProcess {
}
if (velocitySender.isEnabled()) {
bukkitService.scheduleSyncDelayedTask(() ->
velocitySender.sendAuthMeVelocityMessage(player, VMessageType.LOGIN), 5L);
velocitySender.sendAuthMeVelocityMessage(player, VMessageType.LOGIN), 10L);
}
return;
}

View File

@ -314,7 +314,7 @@ public class AsynchronousLogin implements AsynchronousProcess {
}
if (velocitySender.isEnabled()) {
bukkitService.scheduleSyncDelayedTask(() ->
velocitySender.sendAuthMeVelocityMessage(player, VMessageType.LOGIN), 5L);
velocitySender.sendAuthMeVelocityMessage(player, VMessageType.LOGIN), 10L);
}
// As the scheduling executes the Task most likely after the current