From 259c5e3ffe101f75775a9e574e5436b434af58c1 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Sat, 12 Mar 2022 00:04:18 +0200 Subject: SL-16937 New Profile capability, PUT method #2 --- indra/newview/llavatarpropertiesprocessor.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'indra/newview/llavatarpropertiesprocessor.cpp') 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) { -- cgit v1.3