1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

fix some rogue mission dependencies, fix

This commit is contained in:
commy2 2016-06-20 21:07:10 +02:00
parent 3fdc0dd521
commit bf098ec70e
5 changed files with 15 additions and 0 deletions
addons
aircraft
fcs
gforces
realisticnames
vehicles

@ -11,6 +11,9 @@ class CfgPatches {
authors[] = {"KoffeinFlummi","Crusty","commy2","jaynus","Kimi"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
// this prevents any patched class from requiring this addon
addonRootClass = "A3_Characters_F";
};
};

@ -11,6 +11,9 @@ class CfgPatches {
authors[] = {"KoffeinFlummi","BadGuy (simon84)","commy2"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
// this prevents any patched class from requiring this addon
addonRootClass = "A3_Characters_F";
};
};

@ -11,6 +11,9 @@ class CfgPatches {
authors[] = {"KoffeinFlummi", "esteldunedain"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
// this prevents any patched class from requiring this addon
addonRootClass = "A3_Characters_F";
};
};

@ -11,6 +11,9 @@ class CfgPatches {
authors[] = {"KoffeinFlummi","TaoSensai","commy2"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
// this prevents any patched class from requiring this addon
addonRootClass = "A3_Characters_F";
};
};

@ -11,6 +11,9 @@ class CfgPatches {
authors[] = {"commy2","KoffeinFlummi"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
// this prevents any patched class from requiring this addon
addonRootClass = "A3_Characters_F";
};
};