aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2019-07-04 02:03:44 +1000
committeronefang2019-07-04 02:03:44 +1000
commit5033336c598e1fa19809226f45ea0b6be2385b7e (patch)
tree854cd9f28c65650210f68aaece2cbc0e7836336d
parentNew OhSilly Threat level detector, and actually use it. (diff)
download1ring-5033336c598e1fa19809226f45ea0b6be2385b7e.zip
1ring-5033336c598e1fa19809226f45ea0b6be2385b7e.tar.gz
1ring-5033336c598e1fa19809226f45ea0b6be2385b7e.tar.bz2
1ring-5033336c598e1fa19809226f45ea0b6be2385b7e.tar.xz
Make sure all scripts are actually running on reset.
No idea why, but the AO script had a tendency to switch to the not running state.
-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 }