Skip to content

Commit

Permalink
Small lib API update
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggog committed Dec 15, 2024
1 parent b74bca8 commit 8097da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mutagen.Bethesda.Core/Extensions/LoadOrderExt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public static IEnumerable<TModItem> ResolveExistingMods<TModItem>(this IEnumerab
{
return loadOrder
.Select(x => x.Mod)
.NotNull();
.WhereNotNull();
}

/// <summary>
Expand Down

0 comments on commit 8097da4

Please sign in to comment.