mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-08 07:56:06 +02:00
- Fix another calculation bug
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user