in llAttachToAvatarTemp() (TempAttachmentsModule) dont add to inventory, like master

This commit is contained in:
UbitUmarov
2015-10-04 03:34:55 +01:00
parent e1ce04de42
commit 2700231764

View File

@@ -184,7 +184,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Attachments
hostPart.ParentGroup.RootPart.ScheduleFullUpdate();
}
return attachmentsModule.AttachObject(target, hostPart.ParentGroup, (uint)attachmentPoint, false, false, true, true) ? 1 : 0;
return attachmentsModule.AttachObject(target, hostPart.ParentGroup, (uint)attachmentPoint, false, false, false, true) ? 1 : 0;
}
}
}