mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
Fix rated/debug battles
This commit is contained in:
parent
9796b3bfb5
commit
3049e0e172
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user