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