mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-28 10:20:04 +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;
|
||||
|
||||
//Split command into words, put them on the stack
|
||||
for(String word : command.PartitionBy(' '))
|
||||
for(String word : command.PartitionBy(' ', true))
|
||||
words.push_back(word);
|
||||
while(!words.empty())
|
||||
{
|
||||
|
Reference in New Issue
Block a user