OSS: Use "\u007F" instead of assigning it at runtime.

This commit is contained in:
Sei Lisa 2017-10-06 18:44:45 +02:00 committed by Sei-Lisa
parent 8a10a36515
commit b191988334
4 changed files with 4 additions and 8 deletions

View file

@ -48,7 +48,7 @@ string RLVDesignations;
string onSit;
integer speed_index;
integer verbose = 0;
string SEP = "<22>"; // OSS::string SEP;
string SEP = "<22>"; // OSS::string SEP = "\u007F";
Out(integer level, string out)
{
@ -242,7 +242,6 @@ default
state_entry()
{
memory();
// OSS::SEP = llUnescapeURL("%7F");
SCRIPT_CHANNEL = (integer)llGetSubString(llGetScriptName(), llSubStringIndex(llGetScriptName(), " "), -1);
if (SCRIPT_CHANNEL)
main_script += " " + (string)SCRIPT_CHANNEL;