Fix [AV]faces issue with the timer not being stopped.
The problem has been observed in some items using [AV]faces. So far the only way I've found to reproduce it was resetting one of the [AV]sit scripts while [AV]faces was reproducing a sequence. Other triggers may be possible.
This commit is contained in:
parent
71be6e1b4a
commit
8a10a36515
1 changed files with 3 additions and 0 deletions
|
@ -241,6 +241,9 @@ default
|
||||||
on_rez(integer start)
|
on_rez(integer start)
|
||||||
{
|
{
|
||||||
is_running = TRUE;
|
is_running = TRUE;
|
||||||
|
// cancel all sequences as there can't be anyone sitting
|
||||||
|
while (running_uuid != [])
|
||||||
|
remove_sequences(llList2Key(running_uuid, 0));
|
||||||
}
|
}
|
||||||
|
|
||||||
link_message(integer sender, integer num, string msg, key id)
|
link_message(integer sender, integer num, string msg, key id)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue