Attempt to fix the support users
This commit is contained in:
parent
07c9e29b8d
commit
f5ee18177c
3 changed files with 8 additions and 4 deletions
|
@ -503,6 +503,10 @@ 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…
Add table
Add a link
Reference in a new issue