mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Convert CfgPatches to new Eden format and CBA 2.4.1 compatibility
This commit is contained in:
@ -6,8 +6,9 @@ class CfgPatches {
|
||||
weapons[] = {"ACE_Vector", "ACE_VectorDay"};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_common"};
|
||||
author[] = {"Ghost","Hamburger SV","commy2","bux578"};
|
||||
authorUrl = "https://github.com/commy2/";
|
||||
author = ECSTRING(common,ACETeam);
|
||||
authors[] = {"Ghost","Hamburger SV","commy2","bux578"};
|
||||
url = "http://ace3mod.com";
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user