summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicevivox.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2017-03-10 16:37:24 -0500
committerOz Linden <oz@lindenlab.com>2017-03-10 16:37:24 -0500
commitbf2aa6a6e37bb64f9b8ac45c18aba89629aa9ad8 (patch)
tree9b320612bb8013bbbf47301d126f43fc5c0e285b /indra/newview/llvoicevivox.cpp
parentabd1469c279af3bb125560037c302c63160a5dbe (diff)
remove check for enabled and initialized following connect (may not be initialized yet at that point)
Diffstat (limited to 'indra/newview/llvoicevivox.cpp')
-rw-r--r--indra/newview/llvoicevivox.cpp8
1 files changed, 4 insertions, 4 deletions
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;
}