From e41dde44f00fd494417f0ca11abed7aa98ccf32d Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Wed, 13 Jun 2012 18:15:54 -0700 Subject: EXP-1959: Marking the teleport entry access notifications as unique so they do not stack. --- indra/newview/llagent.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/newview/llagent.cpp') 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); -- cgit v1.2.3