Don't send "Muted text"

This commit is contained in:
def 2013-09-02 21:30:00 +02:00
parent ce2f689e5f
commit 185f132a24

View file

@ -262,8 +262,8 @@ void CGameContext::SendChat(int ChatterClientID, int Team, const char *pText, in
{
if(ProcessSpamProtection(SpamProtectionClientID))
{
SendChatTarget(SpamProtectionClientID, "Muted text:");
SendChatTarget(SpamProtectionClientID, pText);
//SendChatTarget(SpamProtectionClientID, "Muted text:");
//SendChatTarget(SpamProtectionClientID, pText);
return;
}
}