We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4420ffd commit 4c569e1Copy full SHA for 4c569e1
engine/client/cl_parse_48.c
@@ -656,7 +656,7 @@ void CL_LegacyPrecache_f( void )
656
// Include server count in case server disconnects and changes level during d/l
657
MSG_BeginClientCmd( &cls.netchan.message, clc_stringcmd );
658
MSG_WriteStringf( &cls.netchan.message, "begin %i", spawncount );
659
- cls.signon = SIGNONS;
+ cls.signon = SIGNONS - 1;
660
}
661
662
qboolean CL_LegacyMode( void )
0 commit comments