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();
|
SavePayload();
|
||||||
llSleep(10);
|
llSleep(10);
|
||||||
state reboot;
|
state reboot;
|
||||||
} else if(m == "restore9f"){
|
|
||||||
llResetScript(); // immediately shut off and reset the script to initiate a full system restore.
|
|
||||||
} else if(m == "backup"){
|
} else if(m == "backup"){
|
||||||
llSleep(llFrand(20));
|
llSleep(llFrand(20));
|
||||||
if(g_kLeasedTo != NULL_KEY)
|
if(g_kLeasedTo != NULL_KEY)
|
||||||
|
@ -284,6 +282,8 @@ state boot{
|
||||||
} else if(m == "replacedie"){
|
} else if(m == "replacedie"){
|
||||||
list lD = llGetObjectDetails(i, [OBJECT_DESC]);
|
list lD = llGetObjectDetails(i, [OBJECT_DESC]);
|
||||||
if(llList2String(lD,0)==llGetObjectDesc())llDie();
|
if(llList2String(lD,0)==llGetObjectDesc())llDie();
|
||||||
|
} else if(m == "R9F") {
|
||||||
|
llResetScript();
|
||||||
}
|
}
|
||||||
}else if(c == 70)
|
}else if(c == 70)
|
||||||
{
|
{
|
||||||
|
@ -503,10 +503,6 @@ state boot{
|
||||||
llSetTimerEvent(5);
|
llSetTimerEvent(5);
|
||||||
} else if(n == 0x004f){
|
} else if(n == 0x004f){
|
||||||
API_SERVER = DecipherService(m,"api");
|
API_SERVER = DecipherService(m,"api");
|
||||||
|
|
||||||
if(llGetListLength(g_lSupport) ==0) {
|
|
||||||
checkSupport();
|
|
||||||
}
|
|
||||||
} else if(n == 0x3E)
|
} else if(n == 0x3E)
|
||||||
{
|
{
|
||||||
if(llJsonGetValue(m,["op"]) == "reset")
|
if(llJsonGetValue(m,["op"]) == "reset")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue