aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llagent.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llagent.cpp b/linden/indra/newview/llagent.cpp
index 03d5c65..51b6c53 100644
--- a/linden/indra/newview/llagent.cpp
+++ b/linden/indra/newview/llagent.cpp
@@ -7209,6 +7209,8 @@ void LLAgent::makeNewOutfit(
7209 } 7209 }
7210 7210
7211 LLViewerInventoryItem* item = gInventory.getItem(mWearableEntry[index].mItemID); 7211 LLViewerInventoryItem* item = gInventory.getItem(mWearableEntry[index].mItemID);
7212 if (!item) continue; //e.g. Ruth hair on OpenSim TODO: disable checkbox
7213
7212 S32 todo = addWearableToAgentInventoryCallback::CALL_NONE; 7214 S32 todo = addWearableToAgentInventoryCallback::CALL_NONE;
7213 if (!found_first_item) 7215 if (!found_first_item)
7214 { 7216 {