Add months, fix whitespace in command quotes

This commit is contained in:
MarioE 2013-11-11 00:05:02 -05:00
parent bc72390bf0
commit 4011ee5bc9
2 changed files with 10 additions and 4 deletions

View file

@ -618,7 +618,7 @@ namespace TShockAPI
sb.Clear();
}
}
else if (IsWhiteSpace(c))
else if (IsWhiteSpace(c) && !instr)
{
if (sb.Length > 0)
{