From e560036e2cc4a324715ef011e0ba54c729b3a565 Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Sat, 7 Sep 2024 13:49:44 -0500 Subject: [PATCH] Reload - Change "Check Ammo" anim to not block movement (#10293) --- addons/reload/functions/fnc_checkAmmo.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/reload/functions/fnc_checkAmmo.sqf b/addons/reload/functions/fnc_checkAmmo.sqf index f558d917699..8039c9527ca 100644 --- a/addons/reload/functions/fnc_checkAmmo.sqf +++ b/addons/reload/functions/fnc_checkAmmo.sqf @@ -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;