use group.RootPart in IAM.RezObject() rather than group.GetChildPart(group.UUID);
parent
8b83c4a433
commit
e30651b931
|
@ -865,7 +865,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
|
||||||
group.SetFromItemID(itemID);
|
group.SetFromItemID(itemID);
|
||||||
}
|
}
|
||||||
|
|
||||||
SceneObjectPart rootPart = group.GetChildPart(group.UUID);
|
SceneObjectPart rootPart = group.RootPart;
|
||||||
|
|
||||||
// Since renaming the item in the inventory does not
|
// Since renaming the item in the inventory does not
|
||||||
// affect the name stored in the serialization, transfer
|
// affect the name stored in the serialization, transfer
|
||||||
|
|
Loading…
Reference in New Issue