Skip to content

Commit

Permalink
fix mini tspins in book moves, probably
Browse files Browse the repository at this point in the history
  • Loading branch information
MinusKelvin committed Oct 31, 2020
1 parent 9005b89 commit df72e92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/src/modes/normal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ impl<E: Evaluator> BotState<E> {
for mv in &candidates {
if mv.mv.same_location(&book_move) {
picked = Some(mv.clone());
break;
}
}
}
Expand Down

0 comments on commit df72e92

Please sign in to comment.