diff --git a/addons/csw/functions/fnc_ai_reload.sqf b/addons/csw/functions/fnc_ai_reload.sqf index 70fd4868ed..fea3f196d0 100644 --- a/addons/csw/functions/fnc_ai_reload.sqf +++ b/addons/csw/functions/fnc_ai_reload.sqf @@ -41,7 +41,7 @@ private _nearSupplies = [_gunner] + ((_staticWeapon nearSupplies 10) select { private _compatibleMags = [_weapon] call CBA_fnc_compatibleMagazines; if (_magazine != "") then { - _compatibleMags insert [0, _magazine]; + _compatibleMags insert [0, [_magazine]]; }; {