diff --git a/src/game/server/gamecontext.cpp b/src/game/server/gamecontext.cpp index 3ce632094..b40a08732 100644 --- a/src/game/server/gamecontext.cpp +++ b/src/game/server/gamecontext.cpp @@ -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; } }