Skip to content

Commit

Permalink
Merge pull request #1467 from ebkr/fix-data-folders
Browse files Browse the repository at this point in the history
Fix regression in Lethal Company/Content Warning data folder settings
  • Loading branch information
anttimaki authored Oct 8, 2024
2 parents 8055464 + fc0bedc commit 4f44766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model/game/GameManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ export default class GameManager {
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, ["cs2"]),

new Game("Lethal Company", "LethalCompany", "LethalCompany",
"Lethal Company", ["Lethal Company.exe"], "LethalCompany_Data",
"Lethal Company", ["Lethal Company.exe"], "Lethal Company_Data",
"https://thunderstore.io/c/lethal-company/api/v1/package-listing-index/", EXCLUSIONS,
[new StorePlatformMetadata(StorePlatform.STEAM, "1966720")], "LethalCompany.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, ["lc"]),
Expand Down Expand Up @@ -591,7 +591,7 @@ export default class GameManager {
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, []),

new Game("Content Warning", "ContentWarning", "ContentWarning",
"Content Warning", ["Content Warning.exe"], "ContentWarning_Data",
"Content Warning", ["Content Warning.exe"], "Content Warning_Data",
"https://thunderstore.io/c/content-warning/api/v1/package-listing-index/", EXCLUSIONS,
[new StorePlatformMetadata(StorePlatform.STEAM, "2881650")], "ContentWarning.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, ["cw"]),
Expand Down

0 comments on commit 4f44766

Please sign in to comment.