aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMelanie2010-06-12 06:13:27 +0100
committerMelanie2010-06-12 06:13:27 +0100
commit92fea025cb90eea1a972f25d64a13824ff954d69 (patch)
treeb084b11062dacb17eac4e27e5b40268308dd0a22 /OpenSim
parentChange trunk versio to 0.7.1 Dev (diff)
downloadopensim-SC_OLD-92fea025cb90eea1a972f25d64a13824ff954d69.zip
opensim-SC_OLD-92fea025cb90eea1a972f25d64a13824ff954d69.tar.gz
opensim-SC_OLD-92fea025cb90eea1a972f25d64a13824ff954d69.tar.bz2
opensim-SC_OLD-92fea025cb90eea1a972f25d64a13824ff954d69.tar.xz
Resume scripts that have been rezzed from a prim
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
index 5400a4f..59ab26b 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
@@ -2699,6 +2699,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
2699 // objects rezzed with this method are die_at_edge by default. 2699 // objects rezzed with this method are die_at_edge by default.
2700 new_group.RootPart.SetDieAtEdge(true); 2700 new_group.RootPart.SetDieAtEdge(true);
2701 2701
2702 new_group.ResumeScripts();
2703
2702 m_ScriptEngine.PostObjectEvent(m_host.LocalId, new EventParams( 2704 m_ScriptEngine.PostObjectEvent(m_host.LocalId, new EventParams(
2703 "object_rez", new Object[] { 2705 "object_rez", new Object[] {
2704 new LSL_String( 2706 new LSL_String(