mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Merge branch 'develop' into issue47_disconnect_crash_rebranch
# Conflicts: # src/main/java/seng302/visualiser/GameClient.java # src/test/java/seng302/visualiser/ClientToServerTests/RegularPacketsTest.java
This commit is contained in:
@@ -130,7 +130,6 @@ public class GameClient {
|
||||
}
|
||||
});
|
||||
this.lobbyController = lobbyController;
|
||||
server.setGameClient(this);
|
||||
} catch (IOException ioe) {
|
||||
showConnectionError("Cannot connect to server as host");
|
||||
Platform.runLater(this::loadStartScreen);
|
||||
|
||||
Reference in New Issue
Block a user