mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix dlc not being available in browser full version
This commit is contained in:
parent
145f734907
commit
d3d364b0f2
@ -68,6 +68,7 @@ export class MainMenuState extends GameState {
|
|||||||
|
|
||||||
const ownsPuzzleDLC =
|
const ownsPuzzleDLC =
|
||||||
G_IS_DEV ||
|
G_IS_DEV ||
|
||||||
|
WEB_STEAM_SSO_AUTHENTICATED ||
|
||||||
(G_IS_STANDALONE &&
|
(G_IS_STANDALONE &&
|
||||||
!G_IS_STEAM_DEMO &&
|
!G_IS_STEAM_DEMO &&
|
||||||
/** @type { PlatformWrapperImplElectron}*/ (this.app.platformWrapper).dlcs.puzzle);
|
/** @type { PlatformWrapperImplElectron}*/ (this.app.platformWrapper).dlcs.puzzle);
|
||||||
|
Loading…
Reference in New Issue
Block a user