merge the new developmentbranch into the test branch #39

Closed
j23f0712 wants to merge 431 commits from development2 into dev/test
Showing only changes of commit 60ebef3518 - Show all commits

View File

@@ -153,6 +153,8 @@ public void received(StartGameMessage msg, int from) {
this.initializeGame();
this.logic.getServerSender().broadcast(new ServerStartGameMessage(this.logic.getGame().getPlayersAsList(), this.logic.getGame().getBoard()));
this.logic.setCurrentState(this.logic.getGameState());
} else {
this.logic.getServerSender().send(from, new IncorrectRequestMessage(5));
}
}
}