mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Adapt CM to the new CHANGED_OWNER handling
This commit is contained in:
@@ -3931,5 +3931,13 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
return priority;
|
||||
}
|
||||
|
||||
public void ResetOwnerChangeFlag()
|
||||
{
|
||||
ForEachPart(delegate(SceneObjectPart part)
|
||||
{
|
||||
part.ResetOwnerChangeFlag();
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user