mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
use group.RootPart in IAM.RezObject() rather than group.GetChildPart(group.UUID);
This commit is contained in:
@@ -865,7 +865,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
|
||||
group.SetFromItemID(itemID);
|
||||
}
|
||||
|
||||
SceneObjectPart rootPart = group.GetChildPart(group.UUID);
|
||||
SceneObjectPart rootPart = group.RootPart;
|
||||
|
||||
// Since renaming the item in the inventory does not
|
||||
// affect the name stored in the serialization, transfer
|
||||
|
||||
Reference in New Issue
Block a user