merge the new developmentbranch into the test branch #39

Closed
j23f0712 wants to merge 431 commits from development2 into dev/test
181 changed files with 4524 additions and 1924 deletions
Showing only changes of commit 39ed4238b5 - Show all commits

View File

@@ -53,7 +53,7 @@ public void exit() {
*/
@Override
public void received(AnimationEndMessage msg, int from) {
this.messageReceived.put(from, true)
this.messageReceived.put(from, true);
if (this.messageReceived.size() == this.logic.getGame().getPlayers().size()) {
this.logic.getServerSender().send(this.logic.getGame().getActivePlayerId(), new DiceNowMessage());
this.gameAutomaton.setCurrentState(this.gameAutomaton.getTurnState());