merge the new developmentbranch into the test branch #39

Closed
j23f0712 wants to merge 431 commits from development2 into dev/test
256 changed files with 13495 additions and 2477 deletions
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()) {
this.swapOwnPieces.addAll(possibleOtherPieces);
this.swapOtherPieces.addAll(possibleOwnPieces);
this.swapOwnPieces.addAll(possibleOwnPieces);
this.swapOtherPieces.addAll(possibleOtherPieces);
this.cards.add(card);
}
}