Skip to content

Commit

Permalink
Update the sleep delay in state_entry to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
zontreck authored Jul 23, 2019
1 parent 682f588 commit 08da773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collar/oc_sys.lsl
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ default {
g_kWearer = llGetOwner();
BuildLockElementList();

llSleep(5.0);
llSleep(10.0);
init();
//Debug("Starting, max memory used: "+(string)llGetSPMaxMemory());
//Debug("Starting");
Expand Down

0 comments on commit 08da773

Please sign in to comment.