Add option to delay queue-servers by up to 3 seconds

This commit is contained in:
ajgeiss0702
2023-10-09 09:07:57 -07:00
parent 52938eeb4d
commit c5fd5fb32f
4 changed files with 27 additions and 3 deletions
@@ -6,7 +6,7 @@ public interface ServerTimeManager {
/**
* Gets the time that the player specified was last seen switching servers
* @param player The player to check
* @return The time that they last switched servers, in miliseconds since midnight, January 1, 1970, UTC
* @return The time that they last switched servers, in milliseconds since midnight, January 1, 1970, UTC
*/
long getLastServerChange(AdaptedPlayer player);
}