Remove bad stmt
This commit is contained in:
parent
f5ee18177c
commit
7a431c6c1e
1 changed files with 2 additions and 6 deletions
|
@ -275,8 +275,6 @@ state boot{
|
|||
SavePayload();
|
||||
llSleep(10);
|
||||
state reboot;
|
||||
} else if(m == "restore9f"){
|
||||
llResetScript(); // immediately shut off and reset the script to initiate a full system restore.
|
||||
} else if(m == "backup"){
|
||||
llSleep(llFrand(20));
|
||||
if(g_kLeasedTo != NULL_KEY)
|
||||
|
@ -284,6 +282,8 @@ state boot{
|
|||
} else if(m == "replacedie"){
|
||||
list lD = llGetObjectDetails(i, [OBJECT_DESC]);
|
||||
if(llList2String(lD,0)==llGetObjectDesc())llDie();
|
||||
} else if(m == "R9F") {
|
||||
llResetScript();
|
||||
}
|
||||
}else if(c == 70)
|
||||
{
|
||||
|
@ -503,10 +503,6 @@ state boot{
|
|||
llSetTimerEvent(5);
|
||||
} else if(n == 0x004f){
|
||||
API_SERVER = DecipherService(m,"api");
|
||||
|
||||
if(llGetListLength(g_lSupport) ==0) {
|
||||
checkSupport();
|
||||
}
|
||||
} else if(n == 0x3E)
|
||||
{
|
||||
if(llJsonGetValue(m,["op"]) == "reset")
|
||||
|
|
Loading…
Reference in a new issue