diff --git a/sim/dex-data.js b/sim/dex-data.js index 7f7911fdab..5969a166f1 100644 --- a/sim/dex-data.js +++ b/sim/dex-data.js @@ -258,12 +258,12 @@ class Format extends Effect { * Whether or not debug battle messages should be shown. * @type {boolean} */ - this.debug = !!this.debug; + this.debug = this.debug; /** * Whether or not a format is played for ladder points. * @type {boolean} */ - this.rated = !!this.rated; + this.rated = this.rated; /** * Game type. * @type {GameType}