summaryrefslogtreecommitdiff
path: root/indra/newview/llcofwearables.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-07-19 17:15:32 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-07-19 17:15:32 -0400
commit1dae91d7354aef57625e3508b23a4bb21de242e8 (patch)
tree6759f56f1a65b00a92522550c0ef30c09c147f08 /indra/newview/llcofwearables.cpp
parentd4845c1d263c07aaa0b8c2c638cd2a214e166bdd (diff)
EXT-8360 WIP - propagating COF item name changes various places
Diffstat (limited to 'indra/newview/llcofwearables.cpp')
-rw-r--r--indra/newview/llcofwearables.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcofwearables.cpp b/indra/newview/llcofwearables.cpp
index 86d9121213..0e03fd8833 100644
--- a/indra/newview/llcofwearables.cpp
+++ b/indra/newview/llcofwearables.cpp
@@ -393,7 +393,7 @@ void LLCOFWearables::refresh()
return;
}
- if (mCOFVersion == catp->getVersion()) return;
+ //if (mCOFVersion == catp->getVersion()) return;
mCOFVersion = catp->getVersion();
typedef std::vector<LLSD> values_vector_t;