Skip to content

Commit

Permalink
That's a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Sep 15, 2017
1 parent 9bd8253 commit b010243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModuleManager/MMPatchLoader.cs
Expand Up @@ -1454,7 +1454,7 @@ public static ConfigNode ModifyNode(NodeStack original, ConfigNode mod, PatchCon
//string newName = subName.Substring(0, start);
//string path = subName.Substring(start + 1, end - start - 1);

ConfigNode toPaste = RecurseNodeSearch(subName.Substring(1), nodeStack.Pop(), context);
ConfigNode toPaste = RecurseNodeSearch(subName.Substring(1), nodeStack, context);

if (toPaste == null)
{
Expand Down

0 comments on commit b010243

Please sign in to comment.