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 4420ffd commit 4c569e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/client/cl_parse_48.c
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ void CL_LegacyPrecache_f( void )
// Include server count in case server disconnects and changes level during d/l
MSG_BeginClientCmd( &cls.netchan.message, clc_stringcmd );
MSG_WriteStringf( &cls.netchan.message, "begin %i", spawncount );
cls.signon = SIGNONS;
cls.signon = SIGNONS - 1;
}

qboolean CL_LegacyMode( void )
Expand Down

0 comments on commit 4c569e1

Please sign in to comment.