diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-02-25 11:04:46 -0500 | 
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-02-25 11:04:46 -0500 | 
| commit | 10058c982f60140915b7b83e32f26d8700658c6c (patch) | |
| tree | 463128fa0fb17ddc557d800f13200351c5a593f7 | |
| parent | 8e5d95cba8a65d01ea605ebbfba7d6065cd5bd40 (diff) | |
For EXT-5333: Bodyparts missing from appearance and COF.
| -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 1f829458e9..83f773fadc 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 (true || (cat_id.isNull())) +	if (cat_id.isNull())  	{  		gAgentWearables.createStandardWearables(gender);  	} | 
