From 10058c982f60140915b7b83e32f26d8700658c6c Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Thu, 25 Feb 2010 11:04:46 -0500 Subject: For EXT-5333: Bodyparts missing from appearance and COF. --- indra/newview/llstartup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') 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); } -- cgit v1.2.3