From 9ae872da5996d6c7d1f35fbf5f5c6edc75fae3c5 Mon Sep 17 00:00:00 2001 From: Aura Linden Date: Thu, 11 Sep 2014 11:48:14 -0700 Subject: Fix for maint-4445 losing voice dot during rapid teleports. --- indra/newview/llvoicevivox.cpp | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index f980f886cf..7420f2d1ca 100755 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -498,13 +498,14 @@ void LLVivoxVoiceClient::connectorCreate() << "" << mVoiceAccountServerURI << "" << "Normal" << "" - << "" << logpath << "" - << "Connector" - << ".log" - << "" << loglevel << "" + << "" << logpath << "" + << "Connector" + << ".log" + << "" << loglevel << "" << "" - << "SecondLifeViewer.1" - << "\n\n\n"; + << "" //Name can cause problems per vivox. + << "12" + << "\n\n\n"; writeString(stream.str()); } -- cgit v1.2.3