Update fnc_unloadMagazines.sqf

This commit is contained in:
johnb432 2024-07-27 20:57:40 +02:00
parent 3c3790e06d
commit 1388f443cd

View File

@ -23,7 +23,6 @@ if (!alive _vehicle) exitWith {};
private _magsToRemove = [];
private _carryMagazines = createHashMap;
private _containerMagazineCount = [];
{
_x params ["_xMag", "_xTurret", "_xAmmo"];