summaryrefslogtreecommitdiff
path: root/indra/newview/llvoiceclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rw-r--r--indra/newview/llvoiceclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp
index 56e5062820..10dea0e715 100644
--- a/indra/newview/llvoiceclient.cpp
+++ b/indra/newview/llvoiceclient.cpp
@@ -823,7 +823,7 @@ LLVoiceClient::LLVoiceClient()
// Load initial state from prefs.
mVoiceEnabled = gSavedSettings.getBOOL("EnableVoiceChat");
- mUsePTT = gSavedSettings.getBOOL("EnablePushToTalk");
+ mUsePTT = TRUE; //gSavedSettings.getBOOL("EnablePushToTalk");
std::string keyString = gSavedSettings.getString("PushToTalkButton");
setPTTKey(keyString);
mPTTIsToggle = gSavedSettings.getBOOL("PushToTalkToggle");