diff options
| author | Michael <[email protected]> | 2017-05-01 15:23:46 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-01 15:23:46 -0400 |
| commit | 7532df70757ecbcaf735a5fc50eee282f555741a (patch) | |
| tree | bbf4c161697b390a96af01a36277c8dc4e52e1a0 /ShiftOS_TheReturn/CommandParser.cs | |
| parent | b71cea249357eeb948f94894970a17078a9c5249 (diff) | |
| download | shiftos_thereturn-7532df70757ecbcaf735a5fc50eee282f555741a.tar.gz shiftos_thereturn-7532df70757ecbcaf735a5fc50eee282f555741a.tar.bz2 shiftos_thereturn-7532df70757ecbcaf735a5fc50eee282f555741a.zip | |
Replace most instances of "CurrentSave.Username"
Diffstat (limited to 'ShiftOS_TheReturn/CommandParser.cs')
| -rw-r--r-- | ShiftOS_TheReturn/CommandParser.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ShiftOS_TheReturn/CommandParser.cs b/ShiftOS_TheReturn/CommandParser.cs index 7a190df..868d27a 100644 --- a/ShiftOS_TheReturn/CommandParser.cs +++ b/ShiftOS_TheReturn/CommandParser.cs @@ -98,8 +98,6 @@ namespace ShiftOS.Engine int firstValuePos = -1; int lastValuePos = -1; - string syntaxError = ""; - for (int ii = 0; ii < parts.Count; ii++) { CommandFormat part = parts[ii]; @@ -184,7 +182,6 @@ namespace ShiftOS.Engine else { position = text.Length; - syntaxError = "Syntax Error"; command = "+FALSE+"; } help = -1; |
