mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-21 12:02:41 -08:00
Fix dlc not being available in browser full version
This commit is contained in:
parent
145f734907
commit
d3d364b0f2
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ export class MainMenuState extends GameState {
|
|||
|
||||
const ownsPuzzleDLC =
|
||||
G_IS_DEV ||
|
||||
WEB_STEAM_SSO_AUTHENTICATED ||
|
||||
(G_IS_STANDALONE &&
|
||||
!G_IS_STEAM_DEMO &&
|
||||
/** @type { PlatformWrapperImplElectron}*/ (this.app.platformWrapper).dlcs.puzzle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue