Correction of a test introduced in 34b308d5b6
parent
a058fca1ac
commit
e38f16d800
|
@ -2163,7 +2163,7 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
{
|
||||
ForEachPart(delegate(SceneObjectPart part)
|
||||
{
|
||||
if (OwnerID != userId)
|
||||
if (part.OwnerID != userId)
|
||||
{
|
||||
part.LastOwnerID = part.OwnerID;
|
||||
part.OwnerID = userId;
|
||||
|
|
Loading…
Reference in New Issue