Skip to content

Commit

Permalink
Update GameManager.ts
Browse files Browse the repository at this point in the history
Fix Aloft Steam App ID
  • Loading branch information
x753 authored Feb 16, 2025
1 parent 67b5008 commit b27d10a
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 @@ -301,7 +301,7 @@ export default class GameManager {
new Game("Aloft", "Aloft", "Aloft",
"Aloft Demo", ["Aloft.exe"], "Aloft_Data",
"https://thunderstore.io/c/aloft/api/v1/package-listing-index/",
[new StorePlatformMetadata(StorePlatform.STEAM, "2051980")], "Aloft.png",
[new StorePlatformMetadata(StorePlatform.STEAM, "1660080")], "Aloft.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, []),

new Game("Cult of the Lamb", "COTL", "COTL",
Expand Down

0 comments on commit b27d10a

Please sign in to comment.