From 39385aaae90631bc57cae6007f15e04f5ef98969 Mon Sep 17 00:00:00 2001 From: rooklift <16438795+rooklift@users.noreply.github.com> Date: Sun, 12 Dec 2021 13:00:35 +0000 Subject: [PATCH] cleanup --- src/95_hub.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/95_hub.js b/src/95_hub.js index cde726d1..a9708698 100644 --- a/src/95_hub.js +++ b/src/95_hub.js @@ -915,11 +915,10 @@ let hub_props = { if (relevant_node !== this.tree.node) { LogBoth(`(ignored bestmove, relevant_node !== hub.tree.node, config.behaviour was "${config.behaviour}")`); this.set_behaviour("halt"); - break; + } else { + this.continue_auto_analysis(); } - this.continue_auto_analysis(); - break; case "analysis_free": // We hit the node limit.