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
1 changed files with 1 additions and 0 deletions

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