diff --git a/bot/src/modes/normal.rs b/bot/src/modes/normal.rs index e91665d..f4bcf60 100644 --- a/bot/src/modes/normal.rs +++ b/bot/src/modes/normal.rs @@ -131,6 +131,7 @@ impl BotState { for mv in &candidates { if mv.mv.same_location(&book_move) { picked = Some(mv.clone()); + break; } } }