listAllLobbiesToClient still does not work properly: TODO added.

This commit is contained in:
Sebastian Lenzlinger 2022-04-08 19:30:50 +02:00
parent da5189311e
commit e9cade1528

View File

@ -234,6 +234,7 @@ public class ClientHandler implements Runnable {
* Creates a list of all lobbies to send to client after LISTL command. Uses * Creates a list of all lobbies to send to client after LISTL command. Uses
* Lobby.getIdAndAdminForList() to build a formated list for the client. used in * Lobby.getIdAndAdminForList() to build a formated list for the client. used in
* JServerProtocolParser. * JServerProtocolParser.
* //TODO Still does not work properly!
*/ */
public void listAllLobbiesToClient() { public void listAllLobbiesToClient() {
StringBuilder response = new StringBuilder(); StringBuilder response = new StringBuilder();