From bf2aa6a6e37bb64f9b8ac45c18aba89629aa9ad8 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Fri, 10 Mar 2017 16:37:24 -0500 Subject: remove check for enabled and initialized following connect (may not be initialized yet at that point) --- indra/newview/llvoicevivox.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'indra') diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index 6487224956..dd01727bfe 100644 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -1004,10 +1004,10 @@ bool LLVivoxVoiceClient::establishVoiceConnection() LLNotificationsUtil::add("NoVoiceConnect", args); } - if (!mVoiceEnabled && mIsInitialized) - { - connected = false; - } +// if (!mVoiceEnabled && mIsInitialized) +// { +// connected = false; +// } return connected; } -- cgit v1.2.3