mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-21 03:50:47 -08:00
Fix steam login not working
This commit is contained in:
parent
ee2279d5f0
commit
e0bc74a4fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue