Initial AISv3 merge. New HTTP messages not plugged in yet.
This commit is contained in:
@@ -753,15 +753,11 @@ void LLFloaterCustomize::saveCurrentWearables()
|
||||
if (link_item)
|
||||
{
|
||||
// Create new link
|
||||
link_inventory_item( gAgent.getID(),
|
||||
link_item->getLinkedUUID(),
|
||||
link_inventory_object(
|
||||
LLAppearanceMgr::instance().getCOF(),
|
||||
link_item->getName(),
|
||||
description,
|
||||
LLAssetType::AT_LINK,
|
||||
NULL);
|
||||
link_item, NULL);
|
||||
// Remove old link
|
||||
gInventory.purgeObject(link_item->getUUID());
|
||||
remove_inventory_object(link_item->getUUID(), NULL);
|
||||
}
|
||||
}
|
||||
gAgentWearables.saveWearable( cur, i );
|
||||
|
||||
Reference in New Issue
Block a user