mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-29 19:00:33 +02:00
This commit is contained in:
committed by
Tamás Bálint Misius
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