From 6eaaea9a4fce77322302dbe18b1ccf7caae0b259 Mon Sep 17 00:00:00 2001 From: Medea-Destiny <37522714+Medea-Destiny@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:35:28 +0100 Subject: [PATCH] Update oc_api.lsl --- src/collar/oc_api.lsl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/collar/oc_api.lsl b/src/collar/oc_api.lsl index b96e144d0..770a6a164 100644 --- a/src/collar/oc_api.lsl +++ b/src/collar/oc_api.lsl @@ -46,7 +46,8 @@ Medea (Medea Destiny) the only thing the wearer can do is safeword, which will deactivate it. Any attempt to trigger a menu/command will send the AUTH_WEARERLOCKOUT Link message. Any script setting a wearer lockout should respond to this with a status - update. + update. + *Spet 2024 - Added rejection of interface channel commands from temp-attached objects Yosty7b3 *Oct 2021 - Remove unused StrideOfList() function.