revert modechain debug info

This commit is contained in:
Frederico Santos 2024-08-24 17:47:21 +01:00
parent 38d4a594a0
commit 2d0cf54a7f

View File

@ -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;
}