diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 24a71f100aee0b22cdece9b69bf30f044730f2eb..f7575be75dfc29708722ea75df0721ef4db26875 100755 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -445,6 +445,8 @@ void LLAgent::init() mLastKnownRequestMaturity = mLastKnownResponseMaturity; mIsDoSendMaturityPreferenceToServer = true; + LLViewerParcelMgr::getInstance()->addAgentParcelChangedCallback(boost::bind(&LLAgent::parcelChangedCallback)); + if (!mTeleportFinishedSlot.connected()) { mTeleportFinishedSlot = LLViewerParcelMgr::getInstance()->setTeleportFinishedCallback(boost::bind(&LLAgent::handleTeleportFinished, this));