From d7abdfef90b13cde4678278afe4fba248b0cbd40 Mon Sep 17 00:00:00 2001 From: tobspr Date: Wed, 23 Jun 2021 07:59:03 +0200 Subject: [PATCH] Try out new DLC ownership checkling --- electron/steam.js | 2 +- translations/base-en.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/electron/steam.js b/electron/steam.js index 672fccae..464b7924 100644 --- a/electron/steam.js +++ b/electron/steam.js @@ -75,7 +75,7 @@ function listen() { }); ipcMain.handle("steam:check-app-ownership", (event, appId) => { - return Promise.resolve(greenworks.isSubscribedApp(appId)); + return Promise.resolve(greenworks.isDLCInstalled(appId)); }); } diff --git a/translations/base-en.yaml b/translations/base-en.yaml index dfa3ff4e..81583039 100644 --- a/translations/base-en.yaml +++ b/translations/base-en.yaml @@ -136,7 +136,7 @@ puzzleMenu: validatingPuzzle: Validating Puzzle submittingPuzzle: Submitting Puzzle noPuzzles: There are currently no puzzles in this section. - dlcHint: Purchased the DLC already? Make sure it is activated by right clicking the shapez.io in your library, selecting Properties > DLCs. + dlcHint: Purchased the DLC already? Make sure it is activated by right clicking shapez.io in your library, selecting Properties > DLCs. categories: levels: Levels