Skip to content

Commit 2c07eed

Browse files
committed
And yet another pretty stupid mistake I'm starting to be known for. Not one of my brightest moments, indeed…
1 parent 47595a2 commit 2c07eed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/ModuleManager/Utils/ConfigNodeEditUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public string FindAndReplaceValue(
120120
else
121121
{
122122
context.progress.Error(context.patchUrl,
123-
"Error - Failed to do a maths replacement: {0} : original value=\"{1}\" operator={3} mod value=\"{4}\"",
123+
"Error - Failed to do a maths replacement: {0} : original value=\"{1}\" operator={2} mod value=\"{2}\"",
124124
mod.name, oValue, op, value
125125
);
126126
return null;

0 commit comments

Comments
 (0)