summaryrefslogtreecommitdiff
path: root/source/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/common.c')
-rw-r--r--source/common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/common.c b/source/common.c
index 0dc03b4..dad3b9d 100644
--- a/source/common.c
+++ b/source/common.c
@@ -284,6 +284,9 @@ void Com_Printf( const char *fmt, ... ) {
// debugging console
Sys_ConsoleOutput( msg );
+ // remote console
+ SV_ConsoleOutput( msg );
+
// logfile
if( com_logFile ) {
LogFile_Output( msg );