diff options
Diffstat (limited to '')
-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( |