Skip to content

Commit

Permalink
new line before return value
Browse files Browse the repository at this point in the history
  • Loading branch information
ampersand38 committed Aug 22, 2020
1 parent 34d2ce3 commit 6055271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/modules/functions/fnc_moduleUnpackStaticWeapon.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ private _fnc_getCompatibleBases = {
params ["_backpack"];
private _cfgBase = configFile >> "CfgVehicles" >> _backpack >> "assembleInfo" >> "base";
if (isText _cfgBase) exitWith {[getText _cfgBase]};

getArray _cfgBase
};

Expand Down

0 comments on commit 6055271

Please sign in to comment.