Apply Rebranding

This commit is contained in:
zontreck 2024-08-13 21:20:58 -07:00
parent ed7b3b5d15
commit 2d1d7f25f6
9 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ Text(){
CleanInventory()
{
list lDefaults = ["Board [ZNI]", "Board Menu [ZNI]", "Dialog Module", "Text", "Stall Board Flash Drive [ZNI]", "Update Module [ZNI]", "Board Notifier [ZNI]"];
list lDefaults = ["Board [AC]", "Board Menu [AC]", "Dialog Module [AC]", "Text", "Stall Board Flash Drive [AC]", "Board Notifier [AC]"];
integer i=0;
integer end = llGetInventoryNumber(INVENTORY_ALL);
for(i=0;i<end;i++){

View file

@ -41,7 +41,7 @@ integer g_iHaveKVP = 0;
integer g_iLastKVPTry;
string HEADER = "Stall Board\n[By ZNI Creations]\nVersion 4.0.1114220156 (Nov 14, 2022)\n \n";
string HEADER = "Stall Board\n[By Aria's Creations]\nVersion 4.1.081324.2119 (Aug 13, 2024)\n \n";
integer g_iAuthorized;