added swapnotification

This commit is contained in:
Cedric Beck
2024-12-08 23:08:59 +01:00
parent 7a189a98e3
commit d4cbd0dda6

View File

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