summaryrefslogtreecommitdiff
path: root/source/cl_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/cl_parse.c')
-rw-r--r--source/cl_parse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/cl_parse.c b/source/cl_parse.c
index b6c9206..b54ec7f 100644
--- a/source/cl_parse.c
+++ b/source/cl_parse.c
@@ -897,7 +897,9 @@ static void CL_ParseServerData( void ) {
Con_Printf( "\n\n\35\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\37\n\n" );
Con_Printf( S_COLOR_ALT "%s\n\n", levelname );
+#if USE_SYSCON
Sys_Printf( "\n\n%s\n", levelname );
+#endif
// make sure clientNum is in range
if( cl.clientNum < 0 || cl.clientNum >= MAX_CLIENTS ) {