mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: fix dedicated check
This commit is contained in:
@@ -2384,9 +2384,8 @@ void HTTP_Run( void )
|
||||
}
|
||||
|
||||
// update progress
|
||||
#ifndef XASH_DEDICATED
|
||||
Cvar_SetValue( "scr_download", flProgress/iProgressCount * 100 );
|
||||
#endif // XASH_DEDICATED
|
||||
if( !Host_IsDedicated() )
|
||||
Cvar_SetValue( "scr_download", flProgress/iProgressCount * 100 );
|
||||
|
||||
HTTP_AutoClean();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user