mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-11 15:52:30 +00:00
Clean up the server logs
This commit is contained in:
parent
32edba3c46
commit
d4ce92f68b
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.48 2002/04/28 23:13:08 jbravo
|
||||
// Clean up the server logs
|
||||
//
|
||||
// Revision 1.47 2002/04/23 00:21:44 jbravo
|
||||
// Cleanups of the new model code. Removed the spectator bar for zcam modes.
|
||||
//
|
||||
|
@ -1442,6 +1445,9 @@ void QDECL G_LogPrintf( const char *fmt, ... ) {
|
|||
vsprintf( string +7 , fmt,argptr );
|
||||
va_end( argptr );
|
||||
|
||||
// JBravo: damn colors fsck up the logs and make them ugly.
|
||||
Q_CleanStr (string);
|
||||
|
||||
if ( g_dedicated.integer ) {
|
||||
G_Printf( "%s", string + 7 );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue