engine: fix cmdrate/updaterate values

This commit is contained in:
nillerusr
2023-02-13 00:27:40 +03:00
parent 67ef35bb78
commit c3417ca08d
4 changed files with 6 additions and 5 deletions

View File

@@ -1431,7 +1431,7 @@ void CBaseClient::UpdateUserSettings()
SetRate( rate, false );
// set server to client update rate
SetUpdateRate( m_ConVars->GetInt( "cl_updaterate", 20), false );
SetUpdateRate( m_ConVars->GetInt( "cl_updaterate", 60), false );
SetMaxRoutablePayloadSize( m_ConVars->GetInt( "net_maxroutable", MAX_ROUTABLE_PAYLOAD ) );