We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abea4c3 + 698b887 commit e1ed3b4Copy full SHA for e1ed3b4
src/components/views/DownloadModModal.vue
@@ -408,7 +408,7 @@ let assignId = 0;
408
const resolvedAuthorModNameString = `${manifestMod.getAuthorName()}-${manifestMod.getDisplayName()}`;
409
const olderInstallOfMod = profileModList.find(value => `${value.getAuthorName()}-${value.getDisplayName()}` === resolvedAuthorModNameString);
410
if (manifestMod.getName().toLowerCase() !== 'bbepis-bepinexpack') {
411
- const result = await ProfileInstallerProvider.instance.uninstallMod(manifestMod, profile);
+ const result = await ProfileInstallerProvider.instance.uninstallMod(manifestMod, profile.asImmutableProfile());
412
if (result instanceof R2Error) {
413
return reject(result);
414
}
0 commit comments