merge the new developmentbranch into the test branch #39

Closed
j23f0712 wants to merge 431 commits from development2 into dev/test
24 changed files with 972 additions and 204 deletions
Showing only changes of commit 468e4005dc - Show all commits

View File

@@ -122,6 +122,7 @@ public void received(LobbyReadyMessage msg, int from) {
}
}
this.logic.getGame().getPlayerById(from).setReady(true);
this.logic.getServerSender().broadcast(new UpdateReadyMessage(from, true));
if (this.logic.getGame().areAllReady()) {
this.initializeGame();
this.logic.getServerSender().broadcast(new ServerStartGameMessage());