Correction of a test introduced in 34b308d5b6

This commit is contained in:
Diva Canto
2016-07-07 13:06:37 -07:00
parent a058fca1ac
commit e38f16d800

View File

@@ -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;