mirror of
https://github.com/MSWS/Chess.git
synced 2025-12-06 05:32:37 -08:00
- Ensure `board.applyEnPassant(&move)` is always executed for a move by moving the method call outside the Pawn conditional block [board/board.go] - Moved the `board.applyEnPassant(&move)` method call outside the conditional block for Pawns, making it always executed for a move.