aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
index 847004d..a8b04c3 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
@@ -2410,7 +2410,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
2410 // objects rezzed with this method are die_at_edge by default. 2410 // objects rezzed with this method are die_at_edge by default.
2411 new_group.RootPart.SetDieAtEdge(true); 2411 new_group.RootPart.SetDieAtEdge(true);
2412 2412
2413 m_ScriptEngine.PostScriptEvent(m_itemID, new EventParams( 2413 m_ScriptEngine.PostObjectEvent(m_host.LocalId, new EventParams(
2414 "object_rez", new Object[] { 2414 "object_rez", new Object[] {
2415 new LSL_String( 2415 new LSL_String(
2416 new_group.RootPart.UUID.ToString()) }, 2416 new_group.RootPart.UUID.ToString()) },