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

@ -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"]), "");