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