move object inventory send to udp queue asset ( was task). Remove a call

to RefreshGroupMembership() on start. It was too soon and its Groups
module job
This commit is contained in:
UbitUmarov
2016-07-07 12:21:50 +01:00
parent 4119e60c0c
commit f768effa87
2 changed files with 23 additions and 27 deletions

View File

@@ -1178,11 +1178,7 @@ namespace OpenSim.Region.Framework.Scenes
if (ParentGroup.Scene.PhysicsScene != null)
{
actor.Size = m_shape.Scale;
// if (Shape.SculptEntry)
// CheckSculptAndLoad();
// else
ParentGroup.Scene.PhysicsScene.AddPhysicsActorTaint(actor);
ParentGroup.Scene.PhysicsScene.AddPhysicsActorTaint(actor);
}
}
}