fix some rogue mission dependencies, fix #3954

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

View File

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

View File

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

View File

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

View File

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

View File

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