OSS: Use "\u007F" instead of assigning it at runtime.
This commit is contained in:
parent
8a10a36515
commit
b191988334
4 changed files with 4 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue