mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-21 17:19:15 +01: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 => {
|
party: this.party ? this.party.map(p => {
|
||||||
return { name: p.name, level: p.level };
|
return { name: p.name, level: p.level };
|
||||||
}) : [],
|
}) : [],
|
||||||
modeChain: this.ui.getModeChain(),
|
|
||||||
};
|
};
|
||||||
(window as any).gameInfo = gameInfo;
|
(window as any).gameInfo = gameInfo;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user