Fix mod merger.

This commit is contained in:
Ottermandias 2024-06-01 23:42:17 +02:00
parent cfa58ee196
commit ef9d81c061

View file

@ -37,7 +37,7 @@ public class ModMerger : IDisposable
public readonly HashSet<IModDataContainer> SelectedOptions = [];
public readonly IReadOnlyList<string> Warnings = [];
public readonly IReadOnlyList<string> Warnings = new List<string>();
public Exception? Error { get; private set; }
public ModMerger(ModManager mods, ModGroupEditor editor, ModFileSystemSelector selector, DuplicateManager duplicates,