Skip to content

Commit

Permalink
Update oc_rlvextension.lsl
Browse files Browse the repository at this point in the history
  • Loading branch information
Medea-Destiny authored Nov 28, 2023
1 parent 1089d7a commit f19b0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collar/oc_rlvextension.lsl
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ MenuExceptions(key kID, integer iAuth) {
list g_lCustomExceptions = []; // Exception name, Exception UUID, integer bitmask

MenuCustomExceptionsSelect(key kID,integer iAuth){
string sPrompt = "\n[Exceptions]\n\nSet custom exceptions here\n\nNOTE: Group exceptions can be set, but not all are meaningful applies to a group.";
string sPrompt = "\n[Exceptions]\n\nSet custom exceptions here\n\nNOTE: Group exceptions can be set, but not all are meaningful applied to a group.";
Dialog(kID, sPrompt, llList2ListStrided(g_lCustomExceptions, 0,-1,3),["+ ADD", "- REM", UPMENU], 0, iAuth, "Exceptions~Custom");
}

Expand Down

0 comments on commit f19b0f6

Please sign in to comment.