gAgent.set/getInventoryRootID() changed to gInventory.set/getRootFolderID()
This commit is contained in:
@@ -154,7 +154,7 @@ void LLFloaterOpenObject::moveToInventory(bool wear)
|
||||
}
|
||||
else
|
||||
{
|
||||
parent_category_id = gAgent.getInventoryRootID();
|
||||
parent_category_id = gInventory.getRootFolderID();
|
||||
}
|
||||
LLUUID category_id = gInventory.createNewCategory(parent_category_id,
|
||||
LLFolderType::FT_NONE,
|
||||
|
||||
Reference in New Issue
Block a user