summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerregion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llviewerregion.cpp')
-rwxr-xr-xindra/newview/llviewerregion.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp
index 4cd9f9769a..dcecddece5 100755
--- a/indra/newview/llviewerregion.cpp
+++ b/indra/newview/llviewerregion.cpp
@@ -1574,10 +1574,7 @@ void LLViewerRegion::unpackRegionHandshake()
msg->addU32("Flags", 0x0 );
msg->sendReliable(host);
- // Supplying false in this call means only send the default permissions to the simulator if
- // it has never been sent. Once this data is sent the simulator will pass this data to new
- // simulators as the agent moves around.
- LLFloaterPermsDefault::updateCap(false);
+ LLFloaterPermsDefault::sendInitialPerms();
}
void LLViewerRegionImpl::buildCapabilityNames(LLSD& capabilityNames)