mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-26 17:29:30 +02:00
Fix LazyReloads
This commit is contained in:
parent
a8449833a5
commit
299c00f0a4
@ -1362,7 +1362,7 @@ export class EncounterPhase extends BattlePhase {
|
||||
LoggerTools.logPlayerTeam(this.scene)
|
||||
}
|
||||
LoggerTools.resetWaveActions(this.scene)
|
||||
if (this.scene.lazyReloads) {
|
||||
if (this.scene.lazyReloads && this.loaded) {
|
||||
LoggerTools.flagReset(this.scene)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user