diff options
Diffstat (limited to 'src/sys_unix.c')
-rw-r--r-- | src/sys_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys_unix.c b/src/sys_unix.c index 4d3ab0c..facace9 100644 --- a/src/sys_unix.c +++ b/src/sys_unix.c @@ -614,7 +614,7 @@ static void term_handler( int signum ) { #else Com_Printf( "Received signal %d, exiting\n", signum ); #endif - Com_Quit( NULL, KILL_DROP ); + Com_Quit( NULL, ERR_DISCONNECT ); } static void kill_handler( int signum ) { |