Always login for DLC, fixes 403 in standalone

This commit is contained in:
tobspr 2022-06-21 14:04:21 +02:00
parent 1235e70c74
commit bb363ce69e
1 changed files with 0 additions and 5 deletions

View File

@ -30,11 +30,6 @@ export class LoginState extends GameState {
throw new Error("No next state id");
}
if (this.app.clientApi.isLoggedIn()) {
this.finishLoading();
return;
}
this.dialogs = new HUDModalDialogs(null, this.app);
const dialogsElement = document.body.querySelector(".modalDialogParent");
this.dialogs.initializeToElement(dialogsElement);