Remove unnecessary call to updateBoard()

This commit is contained in:
Mattia Giambirtone 2024-04-15 10:11:50 +02:00
parent 4d4b12a603
commit c9644213fe
1 changed files with 0 additions and 1 deletions

View File

@ -1631,7 +1631,6 @@ proc doMove(self: ChessBoard, move: Move) =
# Unreachable
discard
self.updateAttackedSquares()
self.updateBoard()
proc spawnPiece(self: ChessBoard, location: Location, piece: Piece) =