diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs index d199a35..7380b63 100644 --- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | |||
@@ -1322,7 +1322,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments | |||
1322 | ScenePresence sp = m_scene.GetScenePresence(remoteClient.AgentId); | 1322 | ScenePresence sp = m_scene.GetScenePresence(remoteClient.AgentId); |
1323 | SceneObjectGroup group = m_scene.GetGroupByPrim(objectLocalID); | 1323 | SceneObjectGroup group = m_scene.GetGroupByPrim(objectLocalID); |
1324 | 1324 | ||
1325 | if (sp != null && group != null && group.FromItemID != UUID.Zero) | 1325 | if (sp != null && group != null) |
1326 | DetachSingleAttachmentToInv(sp, group); | 1326 | DetachSingleAttachmentToInv(sp, group); |
1327 | } | 1327 | } |
1328 | 1328 | ||