Skip to content

Commit

Permalink
Fix the patch loop id to "MM_PATCH_LOOP"
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbian committed Feb 16, 2016
1 parent b32444a commit 1ed76b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moduleManager.cs
Expand Up @@ -1534,7 +1534,7 @@ public IEnumerator ApplyPatch(List<string> excludePaths, string Stage)
break;
}
// When this special node is found then try to apply the patch once more on the same NODE
if (mod.config.HasNode(">MM_PATCH_LOOP"))
if (mod.config.HasNode("MM_PATCH_LOOP"))
{
log("Looping on " + mod.url + " to " + url.url);
loop = true;
Expand Down

0 comments on commit 1ed76b7

Please sign in to comment.