Mantis #7929: objects deeded to the group were loosing some important properties. This makes the "For sale" be visible, but is not the end of the story.

This commit is contained in:
Diva Canto
2016-06-20 10:05:17 -07:00
parent ff65248b9c
commit 623a2f859f
2 changed files with 10 additions and 7 deletions

View File

@@ -2125,7 +2125,7 @@ namespace OpenSim.Region.Framework.Scenes
{
ForEachPart(delegate(SceneObjectPart part)
{
part.LastOwnerID = part.OwnerID;
part.OwnerID = userId;
});