revert modechain debug info
This commit is contained in:
parent
38d4a594a0
commit
2d0cf54a7f
|
@ -2653,7 +2653,6 @@ export default class BattleScene extends SceneBase {
|
|||
party: this.party ? this.party.map(p => {
|
||||
return { name: p.name, level: p.level };
|
||||
}) : [],
|
||||
modeChain: this.ui.getModeChain(),
|
||||
};
|
||||
(window as any).gameInfo = gameInfo;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue