Fix NET_EXT_SPLITSIZE console reporting
This commit is contained in:
parent
40574d9be0
commit
b578d44ea2
1 changed files with 1 additions and 1 deletions
|
@ -1425,7 +1425,7 @@ void CL_Reconnect( qboolean setup_netchan )
|
||||||
{
|
{
|
||||||
cls.extensions = Q_atoi( Info_ValueForKey( Cmd_Argv( 1 ), "ext" ));
|
cls.extensions = Q_atoi( Info_ValueForKey( Cmd_Argv( 1 ), "ext" ));
|
||||||
|
|
||||||
if( cls.extensions & NET_LEGACY_EXT_SPLIT )
|
if( cls.extensions & NET_EXT_SPLITSIZE )
|
||||||
{
|
{
|
||||||
Con_Reportf( "^2NET_EXT_SPLITSIZE enabled^7 (packet size is %d)\n", (int)cl_dlmax->value );
|
Con_Reportf( "^2NET_EXT_SPLITSIZE enabled^7 (packet size is %d)\n", (int)cl_dlmax->value );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue