summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2018-05-18 18:40:36 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2018-05-18 18:40:36 +0100
commit7a006ea3a217ca27d8d79b1afdf6642fdc7c15ec (patch)
treeee080159603c09cf533cff41ce1054df0a3c72e7 /indra/newview/llappearancemgr.cpp
parent75ff54e56abb3e5e3854605e110af941e94df1a8 (diff)
parentc70119ebabc4b06e2b0db02aea8c56e01fbc666e (diff)
merge
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rw-r--r--indra/newview/llappearancemgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp
index 9f13a944ac..08daeb0f59 100644
--- a/indra/newview/llappearancemgr.cpp
+++ b/indra/newview/llappearancemgr.cpp
@@ -1922,7 +1922,7 @@ bool LLAppearanceMgr::getCanReplaceCOF(const LLUUID& outfit_cat_id)
}
// Check whether it's the base outfit.
- if (outfit_cat_id.isNull() || outfit_cat_id == getBaseOutfitUUID())
+ if (outfit_cat_id.isNull())
{
return false;
}