1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-07 10:03:59 +00:00

Try out new DLC ownership checkling

This commit is contained in:
tobspr 2021-06-23 07:59:03 +02:00
parent acc25a93f0
commit d7abdfef90
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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