Fix AF author String (#4330)

This commit is contained in:
PabstMirror 2016-09-04 15:34:48 -05:00 committed by Glowbal
parent f21d45392f
commit 7055b242e4

View File

@ -7,7 +7,7 @@ class CfgPatches {
weapons[] = {}; weapons[] = {};
requiredVersion = REQUIRED_VERSION; requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"}; requiredAddons[] = {"ace_common"};
author = CSTRING(ACETeam); author = ECSTRING(common,ACETeam);
authors[] = {"BaerMitUmlaut"}; authors[] = {"BaerMitUmlaut"};
url = ECSTRING(main,URL); url = ECSTRING(main,URL);
VERSION_CONFIG; VERSION_CONFIG;