minor: remove mono compiler warning from AttachmentsModule

0.7.6-extended
Justin Clark-Casey (justincc) 2013-08-17 01:09:31 +01:00
parent b3052c425e
commit d75f00cc2d
1 changed files with 1 additions and 2 deletions

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)