mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
Fix typo
This commit is contained in:
parent
9c33afcb2b
commit
d5bdf7c431
@ -16,7 +16,7 @@ export class SettingsHelper extends GameManagerHelper {
|
||||
* @param mode {@linkcode BattleStyle.SWITCH} or {@linkcode BattleStyle.SET}
|
||||
*/
|
||||
set battleStyle(mode: BattleStyle.SWITCH | BattleStyle.SET) {
|
||||
this.battleStyle = mode;
|
||||
this._battleStyle = mode;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user