Try out new DLC ownership checkling

pull/1222/head
tobspr 3 years ago
parent acc25a93f0
commit d7abdfef90

@ -75,7 +75,7 @@ function listen() {
}); });
ipcMain.handle("steam:check-app-ownership", (event, appId) => { ipcMain.handle("steam:check-app-ownership", (event, appId) => {
return Promise.resolve(greenworks.isSubscribedApp(appId)); return Promise.resolve(greenworks.isDLCInstalled(appId));
}); });
} }

@ -136,7 +136,7 @@ puzzleMenu:
validatingPuzzle: Validating Puzzle validatingPuzzle: Validating Puzzle
submittingPuzzle: Submitting Puzzle submittingPuzzle: Submitting Puzzle
noPuzzles: There are currently no puzzles in this section. 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: categories:
levels: Levels levels: Levels

Loading…
Cancel
Save