aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/1chatter.lsl
diff options
context:
space:
mode:
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 }