RLVa 1.1.2 to 1.1.3 upgrade. InvLinks + COF
This commit is contained in:
@@ -3595,6 +3595,13 @@ void LLSelectMgr::sendAttach(U8 attachment_point)
|
||||
if (0 == attachment_point ||
|
||||
get_if_there(gAgent.getAvatarObject()->mAttachmentPoints, (S32)attachment_point, (LLViewerJointAttachment*)NULL))
|
||||
{
|
||||
if (attachment_point != 0)
|
||||
{
|
||||
// If we know the attachment point then we got here by clicking an
|
||||
// "Attach to..." context menu item, so we should add, not replace.
|
||||
attachment_point |= ATTACHMENT_ADD;
|
||||
}
|
||||
|
||||
sendListToRegions(
|
||||
"ObjectAttach",
|
||||
packAgentIDAndSessionAndAttachment,
|
||||
|
||||
Reference in New Issue
Block a user