diff --git a/mp/src/game/server/player.cpp b/mp/src/game/server/player.cpp index d1c6ecc0..ec332c87 100644 --- a/mp/src/game/server/player.cpp +++ b/mp/src/game/server/player.cpp @@ -735,8 +735,12 @@ int CBasePlayer::ShouldTransmit( const CCheckTransmitInfo *pInfo ) bool CBasePlayer::WantsLagCompensationOnEntity( const CBasePlayer *pPlayer, const CUserCmd *pCmd, const CBitVec *pEntityTransmitBits ) const { // Team members shouldn't be adjusted unless friendly fire is on. + // FF --> Disagree + /* if ( !friendlyfire.GetInt() && pPlayer->GetTeamNumber() == GetTeamNumber() ) return false; + */ + // FF <-- // If this entity hasn't been transmitted to us and acked, then don't bother lag compensating it. if ( pEntityTransmitBits && !pEntityTransmitBits->Get( pPlayer->entindex() ) )