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

View File

@@ -74,8 +74,8 @@ public void visit(SwapCard card) {
} }
if (!possibleOtherPieces.isEmpty() && !possibleOwnPieces.isEmpty()) { if (!possibleOtherPieces.isEmpty() && !possibleOwnPieces.isEmpty()) {
this.swapOwnPieces.addAll(possibleOtherPieces); this.swapOwnPieces.addAll(possibleOwnPieces);
this.swapOtherPieces.addAll(possibleOwnPieces); this.swapOtherPieces.addAll(possibleOtherPieces);
this.cards.add(card); this.cards.add(card);
} }
} }