summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c
index 71a5abd..308a566 100644
--- a/src/common.c
+++ b/src/common.c
@@ -499,7 +499,7 @@ void Com_Error( error_type_t code, const char *fmt, ... ) {
if( code == ERR_DISCONNECT || code == ERR_RECONNECT ) {
Com_WPrintf( "%s\n", com_errorMsg );
- SV_Shutdown( va( "Server was killed: %s", com_errorMsg ), code );
+ SV_Shutdown( va( "Server was killed: %s\n", com_errorMsg ), code );
#if USE_CLIENT
CL_Disconnect( code );
#endif