minor: remove mono compiler warning from AttachmentsModule

This commit is contained in:
Justin Clark-Casey (justincc)
2013-08-17 01:09:31 +01:00
parent b3052c425e
commit d75f00cc2d

View File

@@ -316,8 +316,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
{
// If we're an NPC then skip all the item checks and manipulations since we don't have an
// inventory right now.
SceneObjectGroup objatt
= RezSingleAttachmentFromInventoryInternal(
RezSingleAttachmentFromInventoryInternal(
sp, sp.PresenceType == PresenceType.Npc ? UUID.Zero : attach.ItemID, attach.AssetID, attachmentPt, true);
}
catch (Exception e)