From 18948e4cea06946c1486342d053f956ad88099d8 Mon Sep 17 00:00:00 2001 From: johnb432 <58661205+johnb432@users.noreply.github.com> Date: Sat, 10 Aug 2024 05:43:59 -0700 Subject: [PATCH] Update addons/csw/functions/fnc_unloadMagazines.sqf --- addons/csw/functions/fnc_unloadMagazines.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/csw/functions/fnc_unloadMagazines.sqf b/addons/csw/functions/fnc_unloadMagazines.sqf index 57e9c66a98..2740756802 100644 --- a/addons/csw/functions/fnc_unloadMagazines.sqf +++ b/addons/csw/functions/fnc_unloadMagazines.sqf @@ -35,7 +35,7 @@ private _carryMagazines = createHashMap; } forEach (magazinesAllTurrets _vehicle); { - _vehicle removeMagazinesTurret _x; + [QEGVAR(common,removeMagazinesTurret), [_vehicle, _x select 0, _x select 1], _vehicle, _x select 1] call CBA_fnc_turretEvent; } forEach _magsToRemove; if (_returnMags) then {