Multiattach, part 1

This commit is contained in:
Melanie
2013-03-05 12:02:22 +01:00
parent 82ac1763fb
commit 797bfbfcfa
8 changed files with 34 additions and 38 deletions

View File

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