@@ -51,6 +51,8 @@ CastlingRights Board::castlingRights() const {
}
void Board::setEnPassantSquare(const Square::Optional &square) {
if (!square.has_value())
return;
mEPS = square->index();
The note is not visible to the blocked user.