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