diff options
author | Diva Canto | 2016-06-20 10:05:17 -0700 |
---|---|---|
committer | Diva Canto | 2016-06-20 10:05:17 -0700 |
commit | 623a2f859ff66f5b4f7e1bcb42d28509b66a02e2 (patch) | |
tree | 742743b788c7027e3901b726a58b9ead6de0fa45 /OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |
parent | Removed a couple of verbose messages (diff) | |
download | opensim-SC-623a2f859ff66f5b4f7e1bcb42d28509b66a02e2.zip opensim-SC-623a2f859ff66f5b4f7e1bcb42d28509b66a02e2.tar.gz opensim-SC-623a2f859ff66f5b4f7e1bcb42d28509b66a02e2.tar.bz2 opensim-SC-623a2f859ff66f5b4f7e1bcb42d28509b66a02e2.tar.xz |
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.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs index 0385582..dc5f869 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |||
@@ -2125,7 +2125,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
2125 | { | 2125 | { |
2126 | ForEachPart(delegate(SceneObjectPart part) | 2126 | ForEachPart(delegate(SceneObjectPart part) |
2127 | { | 2127 | { |
2128 | 2128 | part.LastOwnerID = part.OwnerID; | |
2129 | part.OwnerID = userId; | 2129 | part.OwnerID = userId; |
2130 | 2130 | ||
2131 | }); | 2131 | }); |