mirror of
https://github.com/MSWS/Chess.git
synced 2025-12-05 21:30:23 -08:00
f0746ceac43d4b82cc339d01173e2d5e0b814186
- 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.
Description
Languages
Go
100%