LLAgentWearables Transition (1/1)
This commit is contained in:
@@ -1986,7 +1986,7 @@ public:
|
||||
virtual bool operator()(LLInventoryCategory* cat,
|
||||
LLInventoryItem* item)
|
||||
{
|
||||
return !gAgent.isWearingItem(item->getUUID());
|
||||
return !gAgentWearables.isWearingItem(item->getUUID());
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user