aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/1chatter.lsl
diff options
context:
space:
mode:
authoronefang2019-07-02 01:43:21 +1000
committeronefang2019-07-02 01:43:21 +1000
commitb766aaaa5af104e55f6ef1b088173a0cd11773c7 (patch)
tree965120c0cc7e1b58e32fe052551334221d0a7d37 /1chatter.lsl
parentMake the vehicle resize and vanish when needed. (diff)
download1ring-b766aaaa5af104e55f6ef1b088173a0cd11773c7.zip
1ring-b766aaaa5af104e55f6ef1b088173a0cd11773c7.tar.gz
1ring-b766aaaa5af104e55f6ef1b088173a0cd11773c7.tar.bz2
1ring-b766aaaa5af104e55f6ef1b088173a0cd11773c7.tar.xz
Remove menu listener when disabling menu.
Diffstat (limited to '1chatter.lsl')
-rw-r--r--1chatter.lsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/1chatter.lsl b/1chatter.lsl
index fb422d5..90b5cdb 100644
--- a/1chatter.lsl
+++ b/1chatter.lsl
@@ -1543,6 +1543,7 @@ d("listen 1ring.CHANNEL " + message + " -> " + button + " " + cmd + " " + data);
1543 t += llList2List(Musers, i, i + uSTRIDE - 1); 1543 t += llList2List(Musers, i, i + uSTRIDE - 1);
1544 else 1544 else
1545 { 1545 {
1546 llListenRemove(llList2Integer(Musers, i + uLSTN));
1546 s(a, "You have taken too long to respond to the menu, it's disabled now."); 1547 s(a, "You have taken too long to respond to the menu, it's disabled now.");
1547 a = NULL_KEY; 1548 a = NULL_KEY;
1548 } 1549 }