mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-04 13:49:32 +02:00
remove unintentional test code
This commit is contained in:
parent
a2a20227c7
commit
5e392a8c5f
@ -1139,11 +1139,6 @@ export default class BattleScene extends SceneBase {
|
||||
|
||||
let battleConfig: FixedBattleConfig | null = null;
|
||||
|
||||
this.fieldUI.setVisible(false);
|
||||
this.trainer.setVisible(false);
|
||||
this.ui.setVisible(false);
|
||||
this.modifierBar.setVisible(false);
|
||||
|
||||
this.resetSeed(newWaveIndex);
|
||||
|
||||
const playerField = this.getPlayerField();
|
||||
|
Loading…
Reference in New Issue
Block a user