Skip to content

Commit

Permalink
Update bot scaffold to v1.20 - 320ffbdc973c893cf50741095aacba6051321f2f
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavNikolov committed Aug 9, 2023
1 parent fe6b761 commit 4027078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot-scaffold/API/Board.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public void UndoMove(Move move)
repetitionTable.TryPop();
board.UndoMove(new Chess.Move(move.RawValue), inSearch: true);
OnPositionChanged();
depth--;
}
}

Expand Down

0 comments on commit 4027078

Please sign in to comment.