mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Fix mod merger.
This commit is contained in:
parent
cfa58ee196
commit
ef9d81c061
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue