diff options
author | Justin Clark-Casey (justincc) | 2013-08-17 01:09:31 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-08-17 01:09:31 +0100 |
commit | d75f00cc2d0d601c6b9b4f2ea7a983c2ea85c62d (patch) | |
tree | 94c6dbaf9182bd63f9ecce28c8598c4eed993443 | |
parent | Remove some mono compiler warnings from OpenSim/Server/Handlers (diff) | |
download | opensim-SC-d75f00cc2d0d601c6b9b4f2ea7a983c2ea85c62d.zip opensim-SC-d75f00cc2d0d601c6b9b4f2ea7a983c2ea85c62d.tar.gz opensim-SC-d75f00cc2d0d601c6b9b4f2ea7a983c2ea85c62d.tar.bz2 opensim-SC-d75f00cc2d0d601c6b9b4f2ea7a983c2ea85c62d.tar.xz |
minor: remove mono compiler warning from AttachmentsModule
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs index 675fccc..2818712 100644 --- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | |||
@@ -316,8 +316,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments | |||
316 | { | 316 | { |
317 | // If we're an NPC then skip all the item checks and manipulations since we don't have an | 317 | // If we're an NPC then skip all the item checks and manipulations since we don't have an |
318 | // inventory right now. | 318 | // inventory right now. |
319 | SceneObjectGroup objatt | 319 | RezSingleAttachmentFromInventoryInternal( |
320 | = RezSingleAttachmentFromInventoryInternal( | ||
321 | sp, sp.PresenceType == PresenceType.Npc ? UUID.Zero : attach.ItemID, attach.AssetID, attachmentPt, true); | 320 | sp, sp.PresenceType == PresenceType.Npc ? UUID.Zero : attach.ItemID, attach.AssetID, attachmentPt, true); |
322 | } | 321 | } |
323 | catch (Exception e) | 322 | catch (Exception e) |