This commit is contained in:
@@ -51,7 +51,7 @@ public class CastlingCommand extends PlayerCommand {
|
||||
|
||||
board.setLastMove(this.kingMove);
|
||||
|
||||
outputSystem.onCastling(this.bigCastling);
|
||||
outputSystem.onCastling(this.bigCastling, kingMove, rookMove);
|
||||
|
||||
return CommandResult.Moved;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user