Skip to content

Commit

Permalink
Update oc_installer_sys.lsl
Browse files Browse the repository at this point in the history
  • Loading branch information
Medea-Destiny authored Dec 5, 2023
1 parent 02bb69c commit 03d269e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installer/oc_installer_sys.lsl
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ default {

on_rez(integer iStartParam) {
string sPrefix = llToLower(llGetSubString(llKey2Name(llGetOwner()),0,1));
llSay(0, "Thank you for rezzing me. Next: In the Collar menu, go to Help/About and press Update. Or, use the chat command '"+sPrefix+" update'.");
llOwnerSay("Thank you for rezzing me. Next: In the Collar menu, go to Help/About and press Update. Or, use the chat command '"+sPrefix+" update'.");
llResetScript();
}
no_sensor()
Expand Down

0 comments on commit 03d269e

Please sign in to comment.