1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

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

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