WIP: Adapted the old server thread class to the GameServerThread class to allow multiple clients to connect

tags: #story[1047]  #pair[wmu16]
This commit is contained in:
William Muir
2017-07-13 14:40:11 +12:00
parent 035841f221
commit 8090cd7985
9 changed files with 138 additions and 387 deletions
@@ -52,7 +52,7 @@ public class LobbyController {
@FXML
public void leaveLobbyButtonPressed() {
// TODO: 10/07/17 wmu16 - Finish function!
setContentPane("/views/StartScreen2View.fxml");
setContentPane("/views/StartScreenView.fxml");
System.out.println("Leaving lobby!");
}