diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-06-13 18:15:54 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-06-13 18:15:54 -0700 |
commit | e41dde44f00fd494417f0ca11abed7aa98ccf32d (patch) | |
tree | 8adca996901fe93a3d5cb7e900ac6af6d9c523fa /indra/newview/llagent.cpp | |
parent | d42d78a58a6b3bd40029629fbaa6b5925623efd3 (diff) |
EXP-1959: Marking the teleport entry access notifications as unique so they do not stack.
Diffstat (limited to 'indra/newview/llagent.cpp')
-rwxr-xr-x | indra/newview/llagent.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 1767522255..347cde6975 100755 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -3898,7 +3898,6 @@ void LLAgent::handleTeleportFinished() void LLAgent::handleTeleportFailed() { - llassert(mTeleportRequest != NULL); if (mTeleportRequest != NULL) { mTeleportRequest->setStatus(LLTeleportRequest::kFailed); |