listAllLobbiesToClient still does not work properly: TODO added.
This commit is contained in:
parent
da5189311e
commit
e9cade1528
@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user