Fixed missing clearAllPhases call

This commit is contained in:
Bertie690 2025-07-18 12:45:10 -04:00
parent 44ba4a9f4e
commit b7294f1425

View File

@ -127,6 +127,8 @@ export class GameManager {
(this.scene.ui.handlers[UiMode.STARTER_SELECT] as StarterSelectUiHandler).clearStarterPreferences();
this.gameWrapper.scene = this.scene;
this.scene.phaseManager.clearAllPhases();
this.scene.phaseManager.unshiftNew("LoginPhase");
this.scene.phaseManager.unshiftNew("TitlePhase");
this.scene.phaseManager.shiftPhase();