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 3ed1bac..0ac20a3 100644
--- a/1chatter.lsl
+++ b/1chatter.lsl
@@ -1221,6 +1221,7 @@ init()
1221 if (osGetInventoryDesc(s) == "1chatter client") 1221 if (osGetInventoryDesc(s) == "1chatter client")
1222 { 1222 {
1223 d("RESETTING " + s); 1223 d("RESETTING " + s);
1224 llSetScriptState(s, TRUE); // Coz sometimes OpenSim stops the AO script!
1224 llResetOtherScript(s); 1225 llResetOtherScript(s);
1225 } 1226 }
1226 } 1227 }