- Fix another calculation bug

This commit is contained in:
Stone_Red
2022-01-11 22:50:45 +01:00
parent 2522868379
commit 719db0f74b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -74,8 +74,6 @@ namespace YesNt.Interpreter.Utilities
return part1 < part2;
}
return null;
}
@@ -86,6 +84,8 @@ namespace YesNt.Interpreter.Utilities
return null;
}
input = input.FromSaveString();
MatchCollection matches = Regex.Matches(input, @"\(([^()]+)\)");
while (matches.Count > 0)
{