mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-09 00:49:27 +02:00
Remove setting currentPhase to null in clearAllPhases
This commit is contained in:
parent
c6ca35c4ab
commit
52b95f8f37
@ -322,7 +322,6 @@ export class PhaseManager {
|
||||
queue.splice(0, queue.length);
|
||||
}
|
||||
this.dynamicPhaseQueues.forEach(queue => queue.clear());
|
||||
this.currentPhase = null;
|
||||
this.standbyPhase = null;
|
||||
this.clearPhaseQueueSplice();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user