Skip to content

Commit

Permalink
Update the App ID of Wizard With a Gun
Browse files Browse the repository at this point in the history
Changed the AppID from Wizard With a Gun from Demo to Full Game
  • Loading branch information
RandomWolf authored Oct 18, 2023
1 parent 636d63e commit db4db49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/game/GameManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ export default class GameManager {
new Game("Wizard With A Gun", "WizardWithAGun", "WizardWithAGun",
"wizardwithagun", ['wizardwithagun.exe'], "wizardwithagun_Data",
"https://thunderstore.io/c/wizard-with-a-gun/api/v1/package/", "https://raw.githubusercontent.com/ebkr/r2modmanPlus/master/modExclusions.md",
[new StorePlatformMetadata(StorePlatform.STEAM, "2312630")], "WizardWithAGun.jpg",
[new StorePlatformMetadata(StorePlatform.STEAM, "1150530")], "WizardWithAGun.jpg",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, ["wizgun"]),
new Game("Sunkenland", "Sunkenland", "Sunkenland",
"Sunkenland", ["Sunkenland.exe"], "Sunkenland_Data",
Expand Down

0 comments on commit db4db49

Please sign in to comment.