From 9aeae2a87e79a8e612fa052a5db2866489cb6fae Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Tue, 5 Jun 2012 11:53:53 -0700 Subject: EXP-1942: BUGFIX Ensuring to clear the flag indicating that maturity changed during teleport when the maturity level change fails. --- indra/newview/llagent.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview') diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 12d0de0347..1767522255 100755 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -2692,6 +2692,7 @@ void LLAgent::reportPreferredMaturityError() // If there is a pending teleport request waiting for the maturity preference to be synced with // the server, we were unable to successfully sync with the server on maturity preference, so let's // just raise the screen. + mIsMaturityRatingChangingDuringTeleport = false; if (hasPendingTeleportRequest()) { setTeleportState(LLAgent::TELEPORT_NONE); -- cgit v1.2.3