Skip to content

Commit

Permalink
engine: client: ensure loading plaque was removed after we request sp…
Browse files Browse the repository at this point in the history
…awn on legacy protocol
  • Loading branch information
a1batross committed Aug 3, 2024
1 parent cf312a0 commit 3a37ea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/client/cl_parse_48.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 3a37ea7

Please sign in to comment.