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
|
@ -39,7 +39,7 @@ integer listen_handle;
|
|||
integer number_per_page = 9;
|
||||
integer menu_pages;
|
||||
string last_text;
|
||||
string SEP = "<22>"; // OSS::string SEP;
|
||||
string SEP = "<22>"; // OSS::string SEP = "\u007F";
|
||||
|
||||
integer pass_security(key id)
|
||||
{
|
||||
|
@ -311,7 +311,6 @@ default
|
|||
{
|
||||
remove_script("Use only one copy of this script!");
|
||||
}
|
||||
// OSS::SEP = llUnescapeURL("%7F");
|
||||
check_avsit();
|
||||
notecard_key = llGetInventoryKey(notecard_name);
|
||||
Out(0, "Loading...");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue