aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
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 }