Skip to content

Commit

Permalink
Update addons/modules/functions/fnc_moduleUnpackStaticWeapon.sqf
Browse files Browse the repository at this point in the history
Co-authored-by: Ralfs Garkaklis <[email protected]>
  • Loading branch information
ampersand38 and CreepPork authored Aug 22, 2020
1 parent cb0653b commit d61fa6d
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 d61fa6d

Please sign in to comment.