From 4401fe3599d485b5664baa06c134902b6f88eeea Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Sat, 11 Jan 2025 11:34:36 -0500 Subject: [PATCH] remove xbox gamepass from bomb rush cyberfunk, since the ms store edition is IL2CPP so will never work w/mods --- src/model/game/GameManager.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/model/game/GameManager.ts b/src/model/game/GameManager.ts index 5e0ff2f4c..0ab7c8064 100644 --- a/src/model/game/GameManager.ts +++ b/src/model/game/GameManager.ts @@ -494,7 +494,6 @@ export default class GameManager { "https://thunderstore.io/c/bomb-rush-cyberfunk/api/v1/package-listing-index/", EXCLUSIONS, [ new StorePlatformMetadata(StorePlatform.STEAM, "1353230"), - new StorePlatformMetadata(StorePlatform.XBOX_GAME_PASS, "TeamReptile.BombRushCyberfunk"), new StorePlatformMetadata(StorePlatform.OTHER) ], "BombRushCyberfunk.jpg", GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, ["brc"]),