No sound when you whisper, as some people are afraid of it

This commit is contained in:
def 2014-02-06 18:17:29 +01:00
parent bf4ba56b05
commit 89556e184b

View file

@ -416,7 +416,7 @@ void CChat::AddLine(int ClientID, int Team, const char *pLine)
m_aLastSoundPlayed[CHAT_HIGHLIGHT] = Now;
}
}
else
else if(Team != 2)
{
if(Now-m_aLastSoundPlayed[CHAT_CLIENT] >= time_freq()*3/10)
{