aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-08-17 01:09:31 +0100
committerJustin Clark-Casey (justincc)2013-08-17 01:09:31 +0100
commitd75f00cc2d0d601c6b9b4f2ea7a983c2ea85c62d (patch)
tree94c6dbaf9182bd63f9ecce28c8598c4eed993443 /OpenSim/Region/CoreModules/Avatar
parentRemove some mono compiler warnings from OpenSim/Server/Handlers (diff)
downloadopensim-SC_OLD-d75f00cc2d0d601c6b9b4f2ea7a983c2ea85c62d.zip
opensim-SC_OLD-d75f00cc2d0d601c6b9b4f2ea7a983c2ea85c62d.tar.gz
opensim-SC_OLD-d75f00cc2d0d601c6b9b4f2ea7a983c2ea85c62d.tar.bz2
opensim-SC_OLD-d75f00cc2d0d601c6b9b4f2ea7a983c2ea85c62d.tar.xz
minor: remove mono compiler warning from AttachmentsModule
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs3
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)