aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
authorCharles Krinke2008-06-04 14:31:36 +0000
committerCharles Krinke2008-06-04 14:31:36 +0000
commitd635b526e5997a66f3a54134230289cb248a9cee (patch)
tree46851f7e5f85f8831c1b8c59b0e007c2b75e39d0 /OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
parent* fleshing out XMPP entities, adding XmppWriter and XmppSerializer (diff)
downloadopensim-SC_OLD-d635b526e5997a66f3a54134230289cb248a9cee.zip
opensim-SC_OLD-d635b526e5997a66f3a54134230289cb248a9cee.tar.gz
opensim-SC_OLD-d635b526e5997a66f3a54134230289cb248a9cee.tar.bz2
opensim-SC_OLD-d635b526e5997a66f3a54134230289cb248a9cee.tar.xz
Mantis#1439. Thank you kindly, Melanie for a patch that
plumbs in the events for on_rez.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.Inventory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
index 306998e..c816e41 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
@@ -1673,7 +1673,7 @@ namespace OpenSim.Region.Environment.Scenes
1673 group.UpdateGroupRotation(rot); 1673 group.UpdateGroupRotation(rot);
1674 group.ApplyPhysics(m_physicalPrim); 1674 group.ApplyPhysics(m_physicalPrim);
1675 group.Velocity = vel; 1675 group.Velocity = vel;
1676 group.StartScripts(); 1676 group.StartScripts(param);
1677 rootPart.ScheduleFullUpdate(); 1677 rootPart.ScheduleFullUpdate();
1678 return rootPart.ParentGroup; 1678 return rootPart.ParentGroup;
1679 } 1679 }