Fix showing CreateSelected on all parts of a rez
parent
3f91805afb
commit
2e5f200b3b
|
@ -529,7 +529,11 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
|
||||||
// find small items.
|
// find small items.
|
||||||
//
|
//
|
||||||
if (!attachment)
|
if (!attachment)
|
||||||
|
{
|
||||||
group.RootPart.CreateSelected = true;
|
group.RootPart.CreateSelected = true;
|
||||||
|
foreach (SceneObjectPart child in group.Children.Values)
|
||||||
|
child.CreateSelected = true;
|
||||||
|
}
|
||||||
|
|
||||||
if (!m_Scene.Permissions.CanRezObject(
|
if (!m_Scene.Permissions.CanRezObject(
|
||||||
group.Children.Count, remoteClient.AgentId, pos)
|
group.Children.Count, remoteClient.AgentId, pos)
|
||||||
|
|
Loading…
Reference in New Issue