mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update fnc_unloadMagazines.sqf
This commit is contained in:
parent
3c3790e06d
commit
1388f443cd
@ -23,7 +23,6 @@ if (!alive _vehicle) exitWith {};
|
|||||||
|
|
||||||
private _magsToRemove = [];
|
private _magsToRemove = [];
|
||||||
private _carryMagazines = createHashMap;
|
private _carryMagazines = createHashMap;
|
||||||
private _containerMagazineCount = [];
|
|
||||||
|
|
||||||
{
|
{
|
||||||
_x params ["_xMag", "_xTurret", "_xAmmo"];
|
_x params ["_xMag", "_xTurret", "_xAmmo"];
|
||||||
|
Loading…
Reference in New Issue
Block a user