diff options
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs b/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs index b008068..2f5ff9b 100644 --- a/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs | |||
@@ -112,7 +112,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
112 | /// <param name="sp"></param> | 112 | /// <param name="sp"></param> |
113 | /// <param name="rezlist"></param> | 113 | /// <param name="rezlist"></param> |
114 | void RezMultipleAttachmentsFromInventory(IScenePresence sp,List<KeyValuePair<UUID, uint>> rezlist); | 114 | void RezMultipleAttachmentsFromInventory(IScenePresence sp,List<KeyValuePair<UUID, uint>> rezlist); |
115 | 115 | ||
116 | /// <summary> | 116 | /// <summary> |
117 | /// Detach the given item to the ground. | 117 | /// Detach the given item to the ground. |
118 | /// </summary> | 118 | /// </summary> |
@@ -135,7 +135,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
135 | /// <param name="sp">/param> | 135 | /// <param name="sp">/param> |
136 | /// <param name="grp">The attachment to detach.</param> | 136 | /// <param name="grp">The attachment to detach.</param> |
137 | void DetachSingleAttachmentToInv(IScenePresence sp, SceneObjectGroup grp); | 137 | void DetachSingleAttachmentToInv(IScenePresence sp, SceneObjectGroup grp); |
138 | 138 | ||
139 | /// Update the position of an attachment. | 139 | /// Update the position of an attachment. |
140 | /// </summary> | 140 | /// </summary> |
141 | /// <param name="sog"></param> | 141 | /// <param name="sog"></param> |