ignore ace in checkPBO module, also fix #1020

This commit is contained in:
commy2
2015-05-09 16:01:53 +02:00
parent 52a904478b
commit f0cca5b33e
4 changed files with 169 additions and 204 deletions

View File

@ -17,7 +17,7 @@
private "_version";
_version = getText (configFile >> "CfgPatches" >> "ace_main" >> "versionStr");
diag_log text format ["[ACE]: ACE is version %1", _version]; ///////////////////////////////////////////////////////////////////////////
diag_log text format ["[ACE]: ACE is version %1", _version];
private ["_addons", "_index"];