From f133a5ae7b4dcb8b27949f050c3e3b8b66b12a8b Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Tue, 29 May 2012 19:46:21 -0700 Subject: Re-adding a line of code that was unintentionally removed. --- indra/newview/llagent.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview') diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 24a71f100a..f7575be75d 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)); -- cgit v1.2.3