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 0e28b0c..19c9d08 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
@@ -2171,7 +2171,7 @@ namespace OpenSim.Region.Environment.Scenes
2171 group.UpdateGroupRotation(rot); 2171 group.UpdateGroupRotation(rot);
2172 //group.ApplyPhysics(m_physicalPrim); 2172 //group.ApplyPhysics(m_physicalPrim);
2173 group.Velocity = vel; 2173 group.Velocity = vel;
2174 group.CreateScriptInstances(param, true, DefaultScriptEngine, 0); 2174 group.CreateScriptInstances(param, true, DefaultScriptEngine, 2);
2175 rootPart.ScheduleFullUpdate(); 2175 rootPart.ScheduleFullUpdate();
2176 2176
2177 if (!ExternalChecks.ExternalChecksBypassPermissions()) 2177 if (!ExternalChecks.ExternalChecksBypassPermissions())