From 3a37ea7731b9a0abc208ebf986d72763857534cc Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sat, 3 Aug 2024 11:00:51 +0300 Subject: [PATCH] engine: client: ensure loading plaque was removed after we request spawn on legacy protocol --- engine/client/cl_parse_48.c | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/client/cl_parse_48.c b/engine/client/cl_parse_48.c index dd1308675..fb1fa7675 100644 --- a/engine/client/cl_parse_48.c +++ b/engine/client/cl_parse_48.c @@ -657,6 +657,7 @@ void CL_LegacyPrecache_f( void ) MSG_BeginClientCmd( &cls.netchan.message, clc_stringcmd ); MSG_WriteStringf( &cls.netchan.message, "begin %i", spawncount ); cls.signon = SIGNONS; + CL_SignonReply(); } qboolean CL_LegacyMode( void )