diff --git a/src/modules/hub.js b/src/modules/hub.js index 04aea948..677c9296 100644 --- a/src/modules/hub.js +++ b/src/modules/hub.js @@ -398,9 +398,6 @@ let hub_main_props = { let want_to_go; - // want_to_go = Boolean(this.engine.desired) || this.playing_active_colour(); -- is a WRONG AND BAD TEST. - // Caused Issue 120. If playing vs the machine, but we click for it, this test gave the wrong outcome. - if ([PLAY_BLACK, PLAY_WHITE].includes(this.play_mode)) { want_to_go = this.playing_active_colour(); } else { @@ -696,7 +693,6 @@ let hub_main_props = { if (policy_or_drunk && this.playing_active_colour()) { - this.engine.halt(); if (config.play_against_drunk) { this.play_drunk_policy(); } else {