Remove setting currentPhase to null in clearAllPhases

This commit is contained in:
Sirz Benjie 2025-08-01 13:35:13 -06:00
parent c6ca35c4ab
commit 52b95f8f37
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

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