Skip to content

Commit

Permalink
fix: duplicate behavior patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Monitor221hz committed Aug 18, 2024
1 parent d26d904 commit b1f377b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PandoraPlus/MVVM/ViewModel/EngineViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public async Task LoadAsync()
modInfos.AddRange(await pandoraModInfoProvider?.GetInstalledMods(launchDirectory + "\\Pandora_Engine\\mod")!);
modInfos.AddRange(await nemesisModInfoProvider?.GetInstalledMods(currentDirectory + "\\Nemesis_Engine\\mod")!);
modInfos.AddRange(await pandoraModInfoProvider?.GetInstalledMods(currentDirectory + "\\Pandora_Engine\\mod")!);

modInfos = modInfos.Distinct().ToList();
for (int i = 0; i < modInfos.Count; i++)
{
IModInfo? modInfo = modInfos[i];
Expand Down

0 comments on commit b1f377b

Please sign in to comment.