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

@ -41,7 +41,7 @@ integer g_iHaveKVP = 0;
integer g_iLastKVPTry;
string HEADER = "Stall Board\n[By Aria's Creations]\nVersion 4.1.081324.2324 (Aug 13, 2024)\n \n";
string HEADER = "Stall Board\n[By Aria's Creations]\nVersion 4.1.083124.1454 (Aug 31, 2024)\n \n";
integer g_iAuthorized;

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

View file

@ -162,7 +162,7 @@ default
break;
}
case "MemStick":{
llGiveInventory(i,"Stall Board Flash Drive [ZNI]");
llGiveInventory(i,"Stall Board Flash Drive [AC]");
break;
}
case "Export":{
@ -204,12 +204,12 @@ default
}
break;
}
case "main~import":{
case "main~import": {
llMessageLinked(LINK_SET, 0, "Importing Data", "fw_data");
llRegionSayTo((key)sButton, 0x9f, llList2Json(JSON_OBJECT, ["cmd","retrieve"]));
break;
}
case "main~name":{
case "main~name": {
llLinksetDataWrite("name", sButton);
llMessageLinked(LINK_SET, 0x3E, llList2Json(JSON_OBJECT, ["op", "reboot"]), "");