mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-18 11:00:33 +00:00
engine: fix dedicated check
This commit is contained in:
parent
1538bc609d
commit
b09242e41c
@ -2384,9 +2384,8 @@ void HTTP_Run( void )
|
|||||||
}
|
}
|
||||||
|
|
||||||
// update progress
|
// update progress
|
||||||
#ifndef XASH_DEDICATED
|
if( !Host_IsDedicated() )
|
||||||
Cvar_SetValue( "scr_download", flProgress/iProgressCount * 100 );
|
Cvar_SetValue( "scr_download", flProgress/iProgressCount * 100 );
|
||||||
#endif // XASH_DEDICATED
|
|
||||||
|
|
||||||
HTTP_AutoClean();
|
HTTP_AutoClean();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user