diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-03-12 00:04:18 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-03-12 00:06:33 +0200 |
| commit | 259c5e3ffe101f75775a9e574e5436b434af58c1 (patch) | |
| tree | f47977c6beed74b474f04cb61c5ab0bf369dbed2 /indra/newview/llavatarpropertiesprocessor.cpp | |
| parent | 8fce056c645dde7121302ab130e90db15cd5868a (diff) | |
SL-16937 New Profile capability, PUT method #2
Diffstat (limited to 'indra/newview/llavatarpropertiesprocessor.cpp')
| -rw-r--r-- | indra/newview/llavatarpropertiesprocessor.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llavatarpropertiesprocessor.cpp b/indra/newview/llavatarpropertiesprocessor.cpp index c82f414179..20bdccfe63 100644 --- a/indra/newview/llavatarpropertiesprocessor.cpp +++ b/indra/newview/llavatarpropertiesprocessor.cpp @@ -116,7 +116,9 @@ void LLAvatarPropertiesProcessor::sendRequest(const LLUUID& avatar_id, EAvatarPr return; } - std::string cap = gAgent.getRegionCapability("AgentProfile"); + // Cap is not ready for global use + //std::string cap = gAgent.getRegionCapability("AgentProfile"); + std::string cap; switch (type) { |
