mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
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:
@@ -2125,7 +2125,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
ForEachPart(delegate(SceneObjectPart part)
|
||||
{
|
||||
|
||||
part.LastOwnerID = part.OwnerID;
|
||||
part.OwnerID = userId;
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user