mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 22:38:43 +00:00
For client's lobby view, it now can shows the connected host IP
#story[1055]
This commit is contained in:
@@ -109,6 +109,7 @@ public class StartScreenController {
|
||||
ClientState.setHost(false);
|
||||
ClientState.setConnectedToHost(true);
|
||||
|
||||
ClientState.setHostIp(ipAddress);
|
||||
controller.setClientToServerThread(clientToServerThread);
|
||||
LobbyController lobbyController = (LobbyController) setContentPane("/views/LobbyView.fxml");
|
||||
lobbyController.setController(controller);
|
||||
|
||||
Reference in New Issue
Block a user