Redshift enable/disable not working

Issue #128 resolved
Former user created an issue

Since commit 522af61 (2017-06-06), lines 133 to 135 in time.js have been commented:

    /*if (!this.game.opts.enableRedshift){
        return;
    }*/

The 1.4.0.9 update seems to have locked in redshift to either be enabled or not, often the opposite of what the user intended. Enabling or disabling it in the options menu has no longer an impact on this, of course. Quick fix by uncommenting?

Comments (1)

  1. Log in to comment