summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicevivox.cpp
diff options
context:
space:
mode:
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;
}