corrade-lsl-templates – Diff between revs 8 and 10

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 8 Rev 10
Line 390... Line 390...
390 390
391 if(llGetSubString(data, 0, 0) != 391 if(llGetSubString(data, 0, 0) !=
392 wasKeyValueGet("command", configuration)) 392 wasKeyValueGet("command", configuration))
Line 393... Line 393...
393 return; 393 return;
-   394
394 395 list command = llParseString2List(data,
395 list command = llParseString2List(data, ["@", " "], []); 396 [wasKeyValueGet("command", configuration), " "], []);
Line 396... Line 397...
396 if(llList2String(command, 0) != "eval") 397 if(llList2String(command, 0) != "eval")
397 return; 398 return;