Skip to content

Commit

Permalink
Fix an error
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Sep 3, 2017
1 parent 7398d4d commit a5a095f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModuleManager/MMPatchLoader.cs
Expand Up @@ -874,7 +874,7 @@ private void CheckNeeds(NodeStack stack, PatchContext context)
else
{
needsCopy = true;
progress.NeedsUnsatisfiedNode(context.patchUrl.url, stack.Push(node).GetPath());
progress.NeedsUnsatisfiedNode(context.patchUrl.parent.url, stack.Push(node).GetPath());
}
}
catch (ArgumentOutOfRangeException e)
Expand Down

0 comments on commit a5a095f

Please sign in to comment.