diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-02-25 10:59:59 -0500 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-02-25 10:59:59 -0500 |
| commit | 8e5d95cba8a65d01ea605ebbfba7d6065cd5bd40 (patch) | |
| tree | 857fc8099a9c38ecf52e53f4f16df3a91a3f8f30 /indra/newview/llstartup.cpp | |
| parent | bd84d36c9d08878c895c896e097e8e3310b61cf3 (diff) | |
For EXT-5333: Bodyparts missing from appearance and COF. createStandardWearables() now COF-based
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rw-r--r-- | indra/newview/llstartup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 83f773fadc..1f829458e9 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2554,7 +2554,7 @@ void LLStartUp::loadInitialOutfit( const std::string& outfit_folder_name, LLUUID cat_id = findDescendentCategoryIDByName( gInventory.getLibraryRootFolderID(), outfit_folder_name); - if (cat_id.isNull()) + if (true || (cat_id.isNull())) { gAgentWearables.createStandardWearables(gender); } |
