mirror of
https://github.com/w23/xash3d-fwgs
synced 2025-01-18 14:50:05 +01:00
Fix NET_EXT_SPLITSIZE console reporting
This commit is contained in:
parent
40574d9be0
commit
b578d44ea2
@ -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 );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user