Skip to content

Commit

Permalink
reset config.show_engine_state
Browse files Browse the repository at this point in the history
  • Loading branch information
rooklift committed May 6, 2024
1 parent 1c5d32e commit cba9026
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions files/src/modules/config_io.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ function fix(cfg) {
if (cfg.wdl_white_pov) {
cfg.wdl_pov = "w";
}

// Too many people are setting this...

cfg.show_engine_state = exports.defaults.show_engine_state;
}

exports.load = () => {
Expand Down

0 comments on commit cba9026

Please sign in to comment.