From 0ea46fc5ea19fc85d56736ded0d6551f9fe55d5a Mon Sep 17 00:00:00 2001 From: cloudwalk Date: Wed, 20 May 2020 15:22:07 +0000 Subject: [PATCH] Remove signon check for QW reconnect. Client now follows server into next map git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12547 d7cf8633-e32d-0410-b094-e92efae38249 --- host_cmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host_cmd.c b/host_cmd.c index 8198f4aa..4092d801 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -495,9 +495,9 @@ void Host_Reconnect_f(cmd_state_t *cmd) S_StopAllSounds(); - if (cls.state == ca_connected && cls.signon < SIGNONS) + if (cls.state == ca_connected) { - Con_Printf("reconnecting...\n"); + Con_Printf("Server is changing level...\n"); MSG_WriteChar(&cls.netcon->message, qw_clc_stringcmd); MSG_WriteString(&cls.netcon->message, "new"); } -- 2.39.2