You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting and clearing a folder lock in RLV/# folders/Browse serveral times should set and clear that restriction, but that only works the first time.
What steps does someone need to take to reproduce the problem?
Open the RLVa/Restrictions window.
In collar RLV/# folders/Browse/ ... / Locks ... set and clear the same restriction several times.
Repeat with some other restriction.
Underlying issue is that oc_folders_locks uses link message RLV_CMD to set folder locks, and clears them by directly issuing llOwnerSay("@detachthis" ... ) . This clears the folder lock but oc_rlvsys still has it marked as applied and wont reapply it.
The solution is to use link message RLV_CMD both to set and clear locks and never directly issue llOwnerSay("@ commands.
The text was updated successfully, but these errors were encountered:
Follow up on #1040
Collar version 8.3
Setting and clearing a folder lock in RLV/# folders/Browse serveral times should set and clear that restriction, but that only works the first time.
What steps does someone need to take to reproduce the problem?
Underlying issue is that oc_folders_locks uses link message RLV_CMD to set folder locks, and clears them by directly issuing llOwnerSay("@detachthis" ... ) . This clears the folder lock but oc_rlvsys still has it marked as applied and wont reapply it.
The solution is to use link message RLV_CMD both to set and clear locks and never directly issue llOwnerSay("@ commands.
The text was updated successfully, but these errors were encountered: