Skip to content

Commit

Permalink
Merge pull request #1425 from ebkr/return-of-the-return-of-the-rorr
Browse files Browse the repository at this point in the history
Enable Risk of Rain Returns on game selection screen
  • Loading branch information
anttimaki authored Sep 2, 2024
2 parents 5fb2f45 + 832b09c commit 60cb182
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 @@ -644,7 +644,7 @@ export default class GameManager {
"Risk of Rain Returns", ["Risk of Rain Returns.exe"], "",
"https://thunderstore.io/c/risk-of-rain-returns/api/v1/package/", EXCLUSIONS,
[new StorePlatformMetadata(StorePlatform.STEAM, "1337520")], "RiskOfRainReturns.png",
GameSelectionDisplayMode.HIDDEN, GameInstanceType.GAME, PackageLoader.RETURN_OF_MODDING, ["rorr"]),
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.RETURN_OF_MODDING, ["rorr"]),

new Game("Magicraft", "Magicraft", "Magicraft",
"Magicraft", ["Magicraft.exe"], "Magicraft_Data",
Expand Down

0 comments on commit 60cb182

Please sign in to comment.