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

avinationmerge
UbitUmarov 2015-10-04 03:34:55 +01:00
parent e1ce04de42
commit 2700231764
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Attachments
hostPart.ParentGroup.RootPart.ScheduleFullUpdate(); 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;
} }
} }
} }