Skip to content

Commit

Permalink
Update oc_core.lsl
Browse files Browse the repository at this point in the history
  • Loading branch information
Medea-Destiny authored Sep 2, 2024
1 parent bd851c2 commit 30dd977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collar/oc_core.lsl
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ integer g_iPublic=FALSE;
integer g_iCaptured = FALSE;
integer g_iAllowWearerSetTrusted=FALSE;

list g_lCheckboxes=["", ""];
list g_lCheckboxes=["",""];;
string Checkbox(integer iValue, string sLabel) {
return llList2String(g_lCheckboxes, (iValue>0))+" "+sLabel;
}
Expand Down

0 comments on commit 30dd977

Please sign in to comment.