diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp index eab06b0a04..6d1e37596a 100644 --- a/indra/newview/llvoiceclient.cpp +++ b/indra/newview/llvoiceclient.cpp @@ -689,9 +689,6 @@ void LLVoiceClient::setUserPTTState(bool ptt) { if (ptt) { - // Nearby chat is muted by moderator, don't toggle PTT - if (!mUserPTTState && LLNearbyVoiceModeration::getInstance()->showNotificationIfNeeded()) - return; LLUIUsage::instance().logCommand("Agent.EnableMicrophone"); } mUserPTTState = ptt;