mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 13:59:27 +02:00
Fixed missing clearAllPhases
call
This commit is contained in:
parent
44ba4a9f4e
commit
b7294f1425
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user