summaryrefslogtreecommitdiff
path: root/src/sv_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sv_init.c')
-rw-r--r--src/sv_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sv_init.c b/src/sv_init.c
index 402f23a..bd647e7 100644
--- a/src/sv_init.c
+++ b/src/sv_init.c
@@ -204,7 +204,7 @@ void SV_InitGame( qboolean ismvd ) {
if( svs.initialized ) {
// cause any connected clients to reconnect
- SV_Shutdown( "Server restarted\n", KILL_RESTART );
+ SV_Shutdown( "Server restarted\n", ERR_RECONNECT );
} else {
#if USE_CLIENT
// make sure the client is down