diff options
-rw-r--r-- | linden/indra/newview/llvoiceclient.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llvoiceclient.cpp b/linden/indra/newview/llvoiceclient.cpp index a6cec7b..dadc4e6 100644 --- a/linden/indra/newview/llvoiceclient.cpp +++ b/linden/indra/newview/llvoiceclient.cpp | |||
@@ -1529,7 +1529,9 @@ void LLVoiceClient::stateMachine() | |||
1529 | { | 1529 | { |
1530 | 1530 | ||
1531 | // Disable voice as long as the viewer is disconnected from the sim (login/relog) | 1531 | // Disable voice as long as the viewer is disconnected from the sim (login/relog) |
1532 | setVoiceEnabled(!gDisconnected); | 1532 | setVoiceEnabled(!gDisconnected |
1533 | && gSavedSettings.getBOOL("EnableVoiceChat") | ||
1534 | && !gSavedSettings.getBOOL("CmdLineDisableVoice") ); | ||
1533 | 1535 | ||
1534 | if(mVoiceEnabled) | 1536 | if(mVoiceEnabled) |
1535 | { | 1537 | { |