Server flipped viewmodels consistent with client

This commit is contained in:
birchish
2025-11-09 07:45:01 -05:00
committed by EricS-Valve
parent a621035b11
commit 90554c0480
+1 -1
View File
@@ -10278,7 +10278,7 @@ void CTFGameRules::ClientSettingsChanged( CBasePlayer *pPlayer )
pTFPlayer->SetDefaultFOV( iFov );
pTFPlayer->m_bFlipViewModels = Q_strcmp( engine->GetClientConVarValue( pPlayer->entindex(), "cl_flipviewmodels" ), "1" ) == 0;
pTFPlayer->m_bFlipViewModels = Q_atoi( engine->GetClientConVarValue( pPlayer->entindex(), "cl_flipviewmodels" ) ) > 0;
}
//-----------------------------------------------------------------------------