diff options
Diffstat (limited to 'indra')
-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); |