diff --git a/src/installer/oc_installer_sys.lsl b/src/installer/oc_installer_sys.lsl index f1beb35e5..7c5956b6c 100644 --- a/src/installer/oc_installer_sys.lsl +++ b/src/installer/oc_installer_sys.lsl @@ -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()