Minor demo adjustments

This commit is contained in:
tobspr 2022-06-21 14:44:26 +02:00
parent 4796aec1ff
commit 42cfeed771
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ export class MainMenuState extends GameState {
}
const showDemoAdvertisement =
showExternalLinks && this.app.restrictionMgr.getIsStandaloneMarketingActive();
(showExternalLinks || G_CHINA_VERSION) &&
this.app.restrictionMgr.getIsStandaloneMarketingActive();
const ownsPuzzleDLC =
WEB_STEAM_SSO_AUTHENTICATED ||