Skip to content

Commit

Permalink
Merge pull request #971 from OpenCollarTeam/Pingout-patch-19
Browse files Browse the repository at this point in the history
Update oc_capture.lsl
  • Loading branch information
Pingout authored Jul 27, 2023
2 parents 1c4c12a + 62d9ac8 commit 9e259e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Apps/oc_capture.lsl
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ state active
if(Flag&2)g_iRisky=TRUE;
if(Flag&4)g_iCaptured=TRUE;
if(Flag&8)g_iAutoRelease=TRUE;
if(g_iCaptured && g_iAutoRelease) llSetTimerEvent(10); // #858
g_iFlagAtLoad=Flag;
}
} else if(llList2String(lSettings,0) == "auth"){
Expand Down

0 comments on commit 9e259e2

Please sign in to comment.