mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-03-10 04:31:16 +00:00
engine: client: print enabled features after server connect if it's not a local game
This commit is contained in:
parent
607e62a1ae
commit
498ec6b4f1
@ -906,6 +906,9 @@ void CL_ParseServerData( sizebuf_t *msg, qboolean legacy )
|
||||
host.features = (uint)MSG_ReadLong( msg );
|
||||
host.features &= legacy ? ENGINE_LEGACY_FEATURES_MASK : ENGINE_FEATURES_MASK;
|
||||
|
||||
if( !Host_IsLocalGame( ))
|
||||
Host_PrintEngineFeatures();
|
||||
|
||||
if( !legacy )
|
||||
{
|
||||
// receive the player hulls
|
||||
|
Loading…
x
Reference in New Issue
Block a user