diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-27 23:26:25 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-27 23:26:25 +0300 |
| commit | e6fad1ea5fb353f8ffd6423f2dcebe35002e8d2b (patch) | |
| tree | c94a978c4c61de4d6684d31c3fd5e10b69a5e4c1 /indra/newview/llinventorymodel.cpp | |
| parent | 3e59ae1c43a70f41fba9cf6ba7d33aeed22d3a9f (diff) | |
SL-17999 Material with limited permissions should be copied to object's inventory
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
| -rw-r--r-- | indra/newview/llinventorymodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index 63152d167d..bbe9330bc7 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -2841,6 +2841,7 @@ void LLInventoryModel::createCommonSystemCategories() gInventory.findCategoryUUIDForType(LLFolderType::FT_CURRENT_OUTFIT, true); gInventory.findCategoryUUIDForType(LLFolderType::FT_LANDMARK, true); // folder should exist before user tries to 'landmark this' gInventory.findCategoryUUIDForType(LLFolderType::FT_SETTINGS, true); + gInventory.findCategoryUUIDForType(LLFolderType::FT_MATERIAL, true); // probably should be server created gInventory.findCategoryUUIDForType(LLFolderType::FT_INBOX, true); } |
