Skip to content

Commit

Permalink
Merge branch 'Unpack-Static-Weapon' of https://github.com/ampersand38…
Browse files Browse the repository at this point in the history
…/ZEN into Unpack-Static-Weapon
  • Loading branch information
ampersand38 committed Aug 22, 2020
2 parents a2a857b + d61fa6d commit 34d2ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/modules/functions/fnc_moduleUnpackStaticWeapon.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ private _fnc_getCompatibleBases = {
params ["_backpack"];
private _cfgBase = configFile >> "CfgVehicles" >> _backpack >> "assembleInfo" >> "base";
if (isText _cfgBase) exitWith {[getText _cfgBase]};
(getArray _cfgBase) //apply {toLower _x}
getArray _cfgBase
};

private _backpack = backpack _gunner;
Expand Down

0 comments on commit 34d2ce3

Please sign in to comment.