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 d4cbd0dda6 - Show all commits

View File

@@ -65,5 +65,6 @@ private void swapPieces(Piece messageOwn, Piece messageEnemy) {
ownNode.setOccupant(modelEnemy); ownNode.setOccupant(modelEnemy);
enemyNode.setOccupant(modelOwn); enemyNode.setOccupant(modelOwn);
logic.addNotification(new SwapPieceNotification(modelOwn.getUuid(), modelEnemy.getUuid()));
} }
} }