diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-06-05 11:53:53 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-06-05 11:53:53 -0700 |
commit | 9aeae2a87e79a8e612fa052a5db2866489cb6fae (patch) | |
tree | e2cd8208cef878e32586eb49c3d037f254b9500d /indra/newview | |
parent | 0a90524439351e93881216344f04dcd8e3171289 (diff) |
EXP-1942: BUGFIX Ensuring to clear the flag indicating that maturity changed during teleport when the maturity level change fails.
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llagent.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); |