diff --git a/game/shared/hl2mp/weapon_357.cpp b/game/shared/hl2mp/weapon_357.cpp index d943f278..3d496989 100644 --- a/game/shared/hl2mp/weapon_357.cpp +++ b/game/shared/hl2mp/weapon_357.cpp @@ -140,9 +140,9 @@ void CWeapon357::PrimaryAttack( void ) angles.y += random->RandomInt( -1, 1 ); angles.z = 0; -#ifndef CLIENT_DLL - pPlayer->SnapEyeAngles( angles ); -#endif +//#ifndef CLIENT_DLL +// pPlayer->SnapEyeAngles( angles ); +//#endif pPlayer->ViewPunch( QAngle( -8, random->RandomFloat( -2, 2 ), 0 ) );