javadoc smh

This commit is contained in:
ajgeiss0702
2021-03-19 17:54:00 -07:00
parent 6114056f94
commit 8de7167970
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -447,9 +447,12 @@ public class Manager {
it.next().update();
}
}
/**
* Gets the ideal server in a server group.
* @param s The group to check
* @param p The player to check
* @return the ideal server
*/
public ServerInfo getIdealServer(QueueServer s, ProxiedPlayer p) {
HashMap<ServerInfo, ServerPing> serverInfos = s.getLastPings();