diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2018-03-30 13:11:30 +0000 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2018-03-30 13:11:30 +0000 |
commit | 43ae8aee6a8719e3bdd87ff2711343dd77edaefc (patch) | |
tree | a4142e034e0aa34d20a18b24e8799302018a81eb /indra/newview/llviewerregion.cpp | |
parent | b1a84d955144664eb83cebbb4eb6b9f5229b0219 (diff) |
SL-440 Obtain Abuse Report categories from capability
Diffstat (limited to 'indra/newview/llviewerregion.cpp')
-rw-r--r-- | indra/newview/llviewerregion.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp index b128e2cd93..bb0dbc6457 100644 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -2816,6 +2816,7 @@ void LLViewerRegion::unpackRegionHandshake() void LLViewerRegionImpl::buildCapabilityNames(LLSD& capabilityNames) { + capabilityNames.append("AbuseCategories"); capabilityNames.append("AgentPreferences"); capabilityNames.append("AgentState"); capabilityNames.append("AttachmentResources"); |