This commit is contained in:
parent
688b4bec30
commit
1635c93822
@ -224,7 +224,7 @@ String TPTScriptInterface::FormatCommand(String command)
|
|||||||
String outputData;
|
String outputData;
|
||||||
|
|
||||||
//Split command into words, put them on the stack
|
//Split command into words, put them on the stack
|
||||||
for(String word : command.PartitionBy(' '))
|
for(String word : command.PartitionBy(' ', true))
|
||||||
words.push_back(word);
|
words.push_back(word);
|
||||||
while(!words.empty())
|
while(!words.empty())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user