mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Correction of a test introduced in 34b308d5b6
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user