Add months, fix whitespace in command quotes
This commit is contained in:
parent
bc72390bf0
commit
4011ee5bc9
2 changed files with 10 additions and 4 deletions
|
|
@ -618,7 +618,7 @@ namespace TShockAPI
|
|||
sb.Clear();
|
||||
}
|
||||
}
|
||||
else if (IsWhiteSpace(c))
|
||||
else if (IsWhiteSpace(c) && !instr)
|
||||
{
|
||||
if (sb.Length > 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue