Skip to content

Commit

Permalink
Update 95_renderer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fohristiwhirl committed Mar 18, 2021
1 parent 954fa84 commit 89929f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/95_renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ function NewRenderer() {
renderer.set_ab_engine_multipv = function(val) {
config.ab_engine_multipv = val;
config_io.save(config);
let sent = this.engine.maybe_setoption("MultiPV", val);
let sent = this.engine.maybe_setoption("MultiPV", val); // Suppressed for Leelaish engines in suppressed_options_lc0 list.
this.set_special_message(sent, "blue");
};

Expand Down

0 comments on commit 89929f5

Please sign in to comment.