Skip to content

Commit

Permalink
Comments are nice, let s update them
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbian committed Dec 31, 2015
1 parent 93181c8 commit de23900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moduleManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,7 @@ public IEnumerator ApplyPatch(List<string> excludePaths, string Stage)
}
}

// Name is group 1, index is group 2, operator is group 3
// Name is group 1, index is group 2, vector related filed is group 3, vector separator is group 4, operator is group 5
private static Regex parseValue = new Regex(@"([\w\&\-\.\?\*]*)(?:,(-?[0-9\*]+))?(?:\[((?:[0-9\*]+)+)(?:,(.))?\])?(?:\s([+\-*/^!]))?");

// ModifyNode applies the ConfigNode mod as a 'patch' to ConfigNode original, then returns the patched ConfigNode.
Expand Down

0 comments on commit de23900

Please sign in to comment.