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

@ -82,7 +82,7 @@ string BRAND;
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)
{
@ -439,7 +439,6 @@ default
{
state_entry()
{
// OSS::SEP = llUnescapeURL("%7F");
SCRIPT_CHANNEL = (integer)llGetSubString(llGetScriptName(), llSubStringIndex(llGetScriptName(), " "), -1);
while (llGetInventoryType(memoryscript) != INVENTORY_SCRIPT)
{