From a2bcb645ef6ba764892c217a2ea778533f02ec8b Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin Date: Sat, 27 Jul 2019 21:02:42 +0500 Subject: [PATCH] Do not show useless debug message. --- dlls/player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/player.cpp b/dlls/player.cpp index 3183d974..f5579257 100644 --- a/dlls/player.cpp +++ b/dlls/player.cpp @@ -2558,7 +2558,7 @@ void CBasePlayer::PostThink() pev->body = 1; } - ALERT( at_console, "%s\n", m_szAnimExtention ); + // ALERT( at_console, "%s\n", m_szAnimExtention ); if( g_fGameOver ) goto pt_end; // intermission or finale