diff options
author | prep <prep@lindenlab.com> | 2012-06-14 16:58:11 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2012-06-14 16:58:11 -0400 |
commit | f6153ab73508ad972827950e0276dfd2a8e79bf1 (patch) | |
tree | a5b57ed0c8556570b3d15f10bbbc285eb43c74c1 /indra/newview/llviewerregion.cpp | |
parent | 8973a3db31af2e3ce77fb3c614f15aac65a0ed07 (diff) |
WIP: path-722. Some agent_state_updates come through (god mode), region crossings, cleanup logic is a TBD, etc..
Diffstat (limited to 'indra/newview/llviewerregion.cpp')
-rw-r--r-- | indra/newview/llviewerregion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp index a7617b1028..204cd2a57a 100644 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -1490,7 +1490,7 @@ void LLViewerRegion::unpackRegionHandshake() void LLViewerRegionImpl::buildCapabilityNames(LLSD& capabilityNames) { - capabilityNames.append("AgentPreferences"); + capabilityNames.append("AgentState"); capabilityNames.append("AttachmentResources"); capabilityNames.append("AvatarPickerSearch"); capabilityNames.append("CharacterProperties"); |