mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-17 22:40:59 +00:00
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…
x
Reference in New Issue
Block a user