diff options
author | Melanie | 2010-06-12 06:13:27 +0100 |
---|---|---|
committer | Melanie | 2010-06-12 06:13:27 +0100 |
commit | 92fea025cb90eea1a972f25d64a13824ff954d69 (patch) | |
tree | b084b11062dacb17eac4e27e5b40268308dd0a22 /OpenSim/Region | |
parent | Change trunk versio to 0.7.1 Dev (diff) | |
download | opensim-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/Region')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
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( |