summaryrefslogtreecommitdiff
path: root/source/cl_parse.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2007-10-06 20:20:27 +0000
committerAndrey Nazarov <skuller@skuller.net>2007-10-06 20:20:27 +0000
commit55fed75b9137922047e6e4cf836a3e230f01c610 (patch)
treef7619ae122e6825b1193c9a0430e8fe7f7b288c0 /source/cl_parse.c
parent5d3efdeb62fc3253edfc28f0f11db44359c85fab (diff)
Added sv_force_reconnect cvar.
Diffstat (limited to 'source/cl_parse.c')
-rw-r--r--source/cl_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_parse.c b/source/cl_parse.c
index bf76e4c..c875214 100644
--- a/source/cl_parse.c
+++ b/source/cl_parse.c
@@ -1311,7 +1311,7 @@ static void CL_ParseStuffText( void ) {
return;
}
- Com_DPrintf( "stufftext: %s\n", string );
+ Com_DPrintf( "stufftext: %s\n", Q_FormatString( string ) );
Cbuf_AddText( string );
}