Skip to content

Commit

Permalink
this is over-scrupulous
Browse files Browse the repository at this point in the history
  • Loading branch information
rooklift committed Feb 3, 2024
1 parent e5afb7e commit fc2fc42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/hub.js
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,6 @@ let hub_main_props = {
this.engine.halt();
} else {
if (this.node.children.length === 0) {
this.engine.halt(); // Avoids go_to_root() --> set_node() starting a query with the wrong maxVisits.
this.go_to_root();
}
this.set_play_mode(AUTOANALYSIS); // After go_to_root(), which calls set_node() without keeping self_play settings.
Expand Down

0 comments on commit fc2fc42

Please sign in to comment.