[Bug] [Beta] Remove setting currentPhase to null in clearAllPhases (#6193)

Remove setting currentPhase to null in clearAllPhases
This commit is contained in:
Sirz Benjie 2025-08-01 13:38:43 -06:00 committed by GitHub
parent c6ca35c4ab
commit 93525b5803
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();
}