diff --git a/src/phases.ts b/src/phases.ts index c7f0e97e583..f2186c4adfe 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -100,7 +100,7 @@ export class LoginPhase extends Phase { return null; } else { this.scene.gameData.loadSystem().then(success => { - if (success) + if (success || bypassLogin) this.end(); else { this.scene.ui.setMode(Mode.MESSAGE);