Skip to content

Commit

Permalink
Fixed load order stash copy-in
Browse files Browse the repository at this point in the history
  • Loading branch information
Piranha91 committed Jan 16, 2024
1 parent 7b900fb commit c7ec355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HappyCRappy/UI/Menus/Load Order Menu/VM_LoadOrderStash.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void CopyInFromModel(LoadOrderStash model)
foreach (var chunk in model.ModChunks)
{
var chunkVM = _blockFactory(this);
chunkVM.Mods.AddRange(chunk.Mods.Select(x => _modWrapperFactory(x)));
chunkVM.CopyInFromModel(chunk);

if (chunk.PlaceBefore != null)
{
Expand Down

0 comments on commit c7ec355

Please sign in to comment.