Attempt to fix the support users

This commit is contained in:
zontreck 2024-08-31 15:08:42 -07:00
parent 07c9e29b8d
commit f5ee18177c
3 changed files with 8 additions and 4 deletions

View file

@ -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")