diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs')
-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 0a4544c..9f3e354 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -2862,6 +2862,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
2862 | // objects rezzed with this method are die_at_edge by default. | 2862 | // objects rezzed with this method are die_at_edge by default. |
2863 | new_group.RootPart.SetDieAtEdge(true); | 2863 | new_group.RootPart.SetDieAtEdge(true); |
2864 | 2864 | ||
2865 | new_group.ResumeScripts(); | ||
2866 | |||
2865 | m_ScriptEngine.PostObjectEvent(m_host.LocalId, new EventParams( | 2867 | m_ScriptEngine.PostObjectEvent(m_host.LocalId, new EventParams( |
2866 | "object_rez", new Object[] { | 2868 | "object_rez", new Object[] { |
2867 | new LSL_String( | 2869 | new LSL_String( |