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:
parent
1235e70c74
commit
bb363ce69e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user