Merge 4097

This commit is contained in:
Alibek Omarov
2018-04-26 03:23:00 +03:00
16 changed files with 103 additions and 38 deletions
+5 -2
View File
@@ -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 );
}
}
/*