Skip to content

Commit

Permalink
Merge pull request #6800 from acemod/cbaAddons
Browse files Browse the repository at this point in the history
Common - checkfiles use cba's list of CfgPatches
  • Loading branch information
commy2 authored Feb 9, 2019
2 parents 9c8d0a5 + 16ef8a0 commit 3d42e08
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions addons/common/functions/fnc_checkFiles.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ if ([_cbaRequiredAr, _cbaVersionAr] call cba_versioning_fnc_version_compare) the
};

//private _addons = activatedAddons; // broken with High-Command module, see #2134
private _addons = "true" configClasses (configFile >> "CfgPatches");//
_addons = _addons apply {toLower configName _x};//
_addons = _addons select {_x find "ace_" == 0};
private _addons = (cba_common_addons select {(_x select [0,4]) == "ace_"}) apply {toLower _x};

private _oldCompats = [];
{
Expand Down

0 comments on commit 3d42e08

Please sign in to comment.