mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix steam login not working
This commit is contained in:
parent
ee2279d5f0
commit
e0bc74a4fd
@ -48,7 +48,7 @@ export class MainMenuState extends GameState {
|
||||
!G_GOG_VERSION;
|
||||
const showWegameFooter = G_WEGAME_VERSION;
|
||||
const hasMods = MODS.anyModsActive();
|
||||
const hasSteamBridge = G_IS_STANDALONE && !G_GOG_VERSION && !G_IS_STEAM_DEMO;
|
||||
const hasSteamBridge = !G_GOG_VERSION && !G_IS_STEAM_DEMO;
|
||||
|
||||
let showExternalLinks = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user