mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
refactor: Rename SOG.GetChildPart() to GetPart() since it can also return the 'root' part.
This commit is contained in:
@@ -623,7 +623,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
group.ResetIDs();
|
||||
|
||||
SceneObjectPart rootPart = group.GetChildPart(group.UUID);
|
||||
SceneObjectPart rootPart = group.GetPart(group.UUID);
|
||||
|
||||
// Since renaming the item in the inventory does not affect the name stored
|
||||
// in the serialization, transfer the correct name from the inventory to the
|
||||
|
||||
Reference in New Issue
Block a user