mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: server: allow sending logs to remote server without log on to match GoldSrc behavior
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user