Update addons/csw/functions/fnc_unloadMagazines.sqf

This commit is contained in:
johnb432 2024-08-10 05:43:59 -07:00 committed by GitHub
parent 66e417ba46
commit 18948e4cea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {