diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index 7e7b2aab52..f5cc6806ff 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs @@ -783,9 +783,7 @@ if (m_shape != null) { #endregion //--------------- - - - #region Public Properties with only Get +#region Public Properties with only Get public Vector3 AbsolutePosition @@ -957,6 +955,7 @@ if (m_shape != null) { set { _flags = value; } } + [XmlIgnore] public UUID SitTargetAvatar { get { return m_sitTargetAvatar; } @@ -993,6 +992,8 @@ if (m_shape != null) { #endregion Public Properties with only Get + + #region Private Methods private uint ApplyMask(uint val, bool set, uint mask)