Fix NET_EXT_SPLITSIZE console reporting

This commit is contained in:
mittorn 2019-01-30 16:15:57 +07:00
parent 40574d9be0
commit b578d44ea2
1 changed files with 1 additions and 1 deletions

View File

@ -1425,7 +1425,7 @@ void CL_Reconnect( qboolean setup_netchan )
{
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 );
}