mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix cfgPatches entries
This commit is contained in:
parent
7f3aacb4d6
commit
fe18107077
@ -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;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user