Skip to content

Commit

Permalink
OBJECT_TEMP_ATTACHED rejection in oc_API for interface channel
Browse files Browse the repository at this point in the history
  • Loading branch information
Medea-Destiny authored Sep 13, 2024
1 parent de3a44d commit 6d644ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/collar/oc_api.lsl
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ state active
return;
}
else {
if(llList2Integer(llGetObjectDetails(i,[OBJECT_TEMP_ATTACHED])==1) return;
key kAuthKey=llGetOwnerKey(i);
integer iAuth=CalcAuth(kAuthKey);
if(llGetSubString(m,0,6)=="authas:"){ //messages prefixed authas:(key)=(cmd) will use the auth level of key if LOWER than object owner auth.
Expand Down

0 comments on commit 6d644ae

Please sign in to comment.