summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.cpp
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2013-11-19 16:32:41 -0500
committerJonathan Yap <none@none>2013-11-19 16:32:41 -0500
commitb7edc965bc77ab21e9a1e3f6b424299a50053529 (patch)
treeda4ffe124f994e5c96a03e88bc0a6083b9430e07 /indra/newview/llagent.cpp
parent56b1b35a18c21f6dad4147df35ba4594f31b67e3 (diff)
STORM-68 Place initial call to send cap in new, better location.
Make processing of debug setting names a little more elegant.
Diffstat (limited to 'indra/newview/llagent.cpp')
-rwxr-xr-xindra/newview/llagent.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp
index 3870a3be2e..f9301b61a1 100755
--- a/indra/newview/llagent.cpp
+++ b/indra/newview/llagent.cpp
@@ -737,6 +737,9 @@ void LLAgent::setRegion(LLViewerRegion *regionp)
// Update all of the regions.
LLWorld::getInstance()->updateAgentOffset(mAgentOriginGlobal);
+
+ // Send default object permissions to simulator
+ LLFloaterPermsDefault::updateCap(false);
}
// Pass new region along to metrics components that care about this level of detail.