diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index 05a59a2..8eef40b 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |||
@@ -68,7 +68,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
68 | public Int32 CreationDate; | 68 | public Int32 CreationDate; |
69 | public uint ParentID = 0; | 69 | public uint ParentID = 0; |
70 | 70 | ||
71 | // Main grid has default permissions as follows | 71 | // Main grid has default permissions as follows |
72 | // | 72 | // |
73 | public uint OwnerMask = FULL_MASK_PERMISSIONS_OWNER; | 73 | public uint OwnerMask = FULL_MASK_PERMISSIONS_OWNER; |
74 | public uint NextOwnerMask = OBJNEXT_OWNER; | 74 | public uint NextOwnerMask = OBJNEXT_OWNER; |
@@ -85,7 +85,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
85 | [XmlIgnore] | 85 | [XmlIgnore] |
86 | public uint TimeStampLastActivity = 0; // Will be used for AutoReturn | 86 | public uint TimeStampLastActivity = 0; // Will be used for AutoReturn |
87 | 87 | ||
88 | |||
89 | /// <summary> | 88 | /// <summary> |
90 | /// Only used internally to schedule client updates | 89 | /// Only used internally to schedule client updates |
91 | /// </summary> | 90 | /// </summary> |