mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: client: fix a typo
This commit is contained in:
@@ -2391,7 +2391,7 @@ static void CL_Challenge( const char *c, netadr_t from )
|
||||
{
|
||||
// when connecting to old server or server that has bandwidth test disabled
|
||||
// it might be more preferrable to have some sane fragment size
|
||||
if( !Q_atoi( Cmd_Argv( 2 ))
|
||||
if( !Q_atoi( Cmd_Argv( 2 )))
|
||||
{
|
||||
Cvar_SetValue( "cl_dlmax", FRAGMENT_DEFAULT_SIZE );
|
||||
CL_SendConnectPacket( cls.legacymode, cls.bandwidth_test.challenge );
|
||||
|
||||
Reference in New Issue
Block a user