Skip to content

Commit

Permalink
Reload - Change "Check Ammo" anim to not block movement (#10293)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Sep 7, 2024
1 parent e4d0968 commit e560036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/reload/functions/fnc_checkAmmo.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (_unit == _target) then {
_target = vehicle _target;
};

[_unit, "Gear", 1] call EFUNC(common,doGesture);
[_unit, "reloadMagazine", 0] call EFUNC(common,doGesture);
};

[FUNC(displayAmmo), _target, 1] call CBA_fnc_waitAndExecute;

0 comments on commit e560036

Please sign in to comment.