Skip to content

Commit c8ee6ad

Browse files
committed
RESET: Re-added purposefully broken type to allow merge
1 parent 5377605 commit c8ee6ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/installers/PackageInstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export async function uninstallModLoader(mod: ManifestV2, profile: ImmutableProf
6464
const fs = FsProvider.instance;
6565

6666
try {
67-
const loader = MOD_LOADER_VARIANTS[GameManager.activeGame.internalFolderName].find(
67+
const loader = MOD_LOADER_VARIANTS[GameManager.activeGame.internalFolderName]!.find(
6868
loader => loader.packageName.toLowerCase() === mod.getName().toLowerCase()
6969
);
7070

0 commit comments

Comments
 (0)