1
0
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:
tobspr 2022-06-20 18:44:19 +02:00
parent 145f734907
commit d3d364b0f2

View File

@ -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);