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 81ae896ae8 - Show all commits

View File

@@ -38,7 +38,6 @@ public TurnState(GameState gameAutomaton, ServerGameLogic logic) {
this.rollDiceState = new RollDiceState(this, logic); this.rollDiceState = new RollDiceState(this, logic);
this.choosePieceState = new ChoosePieceState(this, logic); this.choosePieceState = new ChoosePieceState(this, logic);
this.movePieceState = new MovePieceState(this, logic); this.movePieceState = new MovePieceState(this, logic);
this.setCurrentState(this.powerCardState);
} }
@Override @Override