mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 19:45:05 +08:00
engine: server: allowed bandwidth test on listen servers
This commit is contained in:
committed by
Alibek Omarov
parent
73883b504f
commit
0fc83080ec
@@ -926,7 +926,7 @@ static void SV_GenerateTestPacket( void )
|
||||
return;
|
||||
|
||||
// don't need in singleplayer with full client
|
||||
if( svs.maxclients <= 1 && !Host_IsDedicated( ))
|
||||
if( svs.maxclients <= 1 )
|
||||
return;
|
||||
|
||||
file = FS_Open( "gfx.wad", "rb", false );
|
||||
|
||||
Reference in New Issue
Block a user