diff options
author | Jonathan Yap <none@none> | 2013-11-20 10:21:41 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2013-11-20 10:21:41 -0500 |
commit | 176901422f0122dad8d1e4e423d0bc19e9e4ad8a (patch) | |
tree | 5cd1203283d78411f1741953f8fe4661514e8795 /indra/newview/llagent.cpp | |
parent | 0031e9a97be1bf6e9fe773c23506494d09ce91ae (diff) |
STORM-68 Reapply changes to inventory processing lost in the merge.
Move call to updateCap back to where it was. The place it was moved
to was too early in the login sequence and was causing a crash.
Diffstat (limited to 'indra/newview/llagent.cpp')
-rwxr-xr-x | indra/newview/llagent.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 7d2b4f6269..d210456993 100755 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -898,9 +898,6 @@ 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. |