merge the new developmentbranch into the test branch #39
@@ -55,7 +55,6 @@ public void exit() {
|
||||
public void received(AnimationEndMessage msg, int from) {
|
||||
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());
|
||||
this.gameAutomaton.getTurnState().setCurrentState(this.gameAutomaton.getTurnState().getPowerCardState());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user