summaryrefslogtreecommitdiff
path: root/src/common.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2011-02-23 18:28:20 +0300
committerAndrey Nazarov <skuller@skuller.net>2011-02-23 18:28:20 +0300
commit639a1eac1f4313862c8809421dca89d39d7c3a2e (patch)
treecc3cc884eaf547d0ea536f34222f1840e2d7c0c4 /src/common.c
parent5dee005b240b3dd5b99da3c21c08e800c1e0f00b (diff)
Get rid of ERR_SILENT.
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 );