summaryrefslogtreecommitdiff
path: root/src/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.c')
-rw-r--r--src/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c
index 086a6b9..a8ca792 100644
--- a/src/common.c
+++ b/src/common.c
@@ -476,7 +476,7 @@ void Com_Error( error_type_t code, const char *fmt, ... ) {
X86_POP_FPCW;
- if( code == ERR_DISCONNECT || code == ERR_SILENT ) {
+ if( code == ERR_DISCONNECT ) {
Com_WPrintf( "%s\n", com_errorMsg );
SV_Shutdown( va( "Server was killed: %s", com_errorMsg ),
KILL_DISCONNECT );