We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf51098 + 8f85924 commit 4cd831aCopy full SHA for 4cd831a
Client/core/CKeyBinds.cpp
@@ -1950,7 +1950,7 @@ void CKeyBinds::DoPostFramePulse()
1950
1951
// * Enter Exit
1952
// * Change View
1953
- cs.ButtonSquare = (!bEnteringVehicle && g_bcControls[11].bState) ? 255 : 0; // Jump
+ cs.ButtonSquare = (!bEnteringVehicle && !bAimingWeapon && g_bcControls[11].bState) ? 255 : 0; // Jump
1954
cs.ButtonCross = (g_bcControls[12].bState) ? 255 : 0; // Sprint
1955
cs.ShockButtonR = (g_bcControls[13].bState) ? 255 : 0; // Look Behind
1956
cs.ShockButtonL = (g_bcControls[14].bState) ? 255 : 0; // Crouch
0 commit comments