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

@ -46,7 +46,7 @@ list chosen_animations;
string cache;
string webkey;
integer webcount;
string SEP = "<22>"; // OSS::string SEP;
string SEP = "<22>"; // OSS::string SEP = "\u007F";
string FormatFloat(float f, integer num_decimals)
{
@ -359,7 +359,6 @@ default
{
remove_script("Use only one of this script!");
}
// OSS::SEP = llUnescapeURL("%7F");
llListen(chat_channel, "", llGetOwner(), "");
comm_channel = ((integer)llFrand(99999) + 1) * 1000 * -1;
integer i;