Fix cfgPatches entries

This commit is contained in:
VKing 2016-06-12 16:28:42 +02:00
parent 7f3aacb4d6
commit fe18107077

View File

@ -6,8 +6,9 @@ class CfgPatches {
weapons[] = {"ACE_VMH3","ACE_VMM3"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_explosives"};
author[] = {"Grey", "Glowbal", "Rocko"};
authorUrl = "";
author = ECSTRING(common,ACETeam);
authors[] = {"Grey", "Glowbal", "Rocko"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};
};