aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.Inventory.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
index 04076da..ecc6180 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
@@ -2352,6 +2352,7 @@ namespace OpenSim.Region.Environment.Scenes
2352 if (part != null && part.ParentGroup != null) 2352 if (part != null && part.ParentGroup != null)
2353 { 2353 {
2354 part.ParentGroup.SetOwnerId(ownerID); 2354 part.ParentGroup.SetOwnerId(ownerID);
2355 part.ChangeInventoryOwner(ownerID);
2355 part.ParentGroup.SetGroup(groupID, remoteClient); 2356 part.ParentGroup.SetGroup(groupID, remoteClient);
2356 } 2357 }
2357 } 2358 }