@@ -45,6 +45,6 @@ public class Pawn extends Piece {
}
public ArrayList<Position> getLegalMoves(Board board) {
return null;
return getPseudoLegalMoves(board);
The note is not visible to the blocked user.