Skip to content

Commit

Permalink
Enable Risk of Rain Returns on game selection screen
Browse files Browse the repository at this point in the history
The game was hidden while the custom installation/uninstallation logic
was improved/implemented.
  • Loading branch information
anttimaki authored and VilppeRiskidev committed Sep 11, 2024
1 parent 510346c commit bd9bc43
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 bd9bc43

Please sign in to comment.