Set group on newly rezzed objects to the rezzer's (or rezzing object's)

group
This commit is contained in:
Melanie Thielker
2008-11-17 21:44:09 +00:00
parent 93b18d7323
commit a8e40bed52
4 changed files with 28 additions and 1 deletions

View File

@@ -2825,6 +2825,7 @@ namespace OpenSim.Region.Environment.Scenes
foreach (SceneObjectPart part in m_parts.Values)
{
part.SetGroup(GroupID, client);
part.ChangeInventoryGroup(GroupID);
}
HasGroupChanged = true;