mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 22:22:10 +08:00
Merge 4097
This commit is contained in:
@@ -72,8 +72,11 @@ void SV_BroadcastPrintf( sv_client_t *ignore, char *fmt, ... )
|
||||
}
|
||||
}
|
||||
|
||||
// echo to console
|
||||
Con_DPrintf( "%s", string );
|
||||
if( Host_IsDedicated() )
|
||||
{
|
||||
// echo to console
|
||||
Con_DPrintf( string );
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user