Correction of a test introduced in 34b308d5b6

LSLKeyTest
Diva Canto 2016-07-07 13:06:37 -07:00
parent a058fca1ac
commit e38f16d800
1 changed files with 1 additions and 1 deletions

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;