fix undo draw check
This commit is contained in:
@@ -85,6 +85,8 @@ public class PromoteCommand extends PlayerCommand {
|
||||
|
||||
assert promoted != null;
|
||||
|
||||
game.undoTraitPiecesPos();
|
||||
|
||||
board.pieceComes(this.oldPawn, this.pieceCoords);
|
||||
|
||||
game.getLastAction().undo(game, outputSystem);
|
||||
|
||||
Reference in New Issue
Block a user