diff options
| author | Kelly Washington <kelly@lindenlab.com> | 2013-01-10 09:46:41 -0800 | 
|---|---|---|
| committer | Kelly Washington <kelly@lindenlab.com> | 2013-01-10 09:46:41 -0800 | 
| commit | 4cbef6d92877d99dc59ab88c22510d8611c31aa2 (patch) | |
| tree | 4527c9be5d47c7180459375b9718d0d807b36aec | |
| parent | cdd45b9abb35b40f2a31e7433fb99e588df8b40b (diff) | |
MAINT-2209 Parcel name not updating after teleport
| -rw-r--r-- | indra/newview/llviewerparcelmgr.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/indra/newview/llviewerparcelmgr.cpp b/indra/newview/llviewerparcelmgr.cpp index 7e524df3f6..33f632b25d 100644 --- a/indra/newview/llviewerparcelmgr.cpp +++ b/indra/newview/llviewerparcelmgr.cpp @@ -1540,7 +1540,8 @@ void LLViewerParcelMgr::processParcelProperties(LLMessageSystem *msg, void **use  	// Actually extract the data.  	if (parcel)  	{ -		if (parcel->getLocalID() != INVALID_PARCEL_ID +		if (sequence_id == SELECTED_PARCEL_SEQ_ID +			&& parcel->getLocalID() != INVALID_PARCEL_ID  			&& parcel->getLocalID() != local_id)  		{  			// The parcel has a valid parcel ID but it doesn't match the parcel | 
