Skip to content

Commit

Permalink
Fix mod merger.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottermandias committed Jun 1, 2024
1 parent cfa58ee commit ef9d81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Penumbra/Mods/Editor/ModMerger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public Mod? MergeFromMod

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,
Expand Down

0 comments on commit ef9d81c

Please sign in to comment.