diff --git a/engine/server/sv_log.c b/engine/server/sv_log.c index 19b45ac5..f58a31a5 100644 --- a/engine/server/sv_log.c +++ b/engine/server/sv_log.c @@ -106,7 +106,7 @@ void Log_Printf( const char *fmt, ... ) struct tm *today; int len; - if( !svs.log.active ) + if( !svs.log.net_log && !svs.log.active ) return; time( <ime );