mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed: Font config breaking checkPBO
This commit is contained in:
parent
f16f282abd
commit
e6270f6e39
@ -5,8 +5,10 @@ class CfgPatches {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = { "ace_common" };
|
||||
version = VERSION;
|
||||
requiredAddons[] = {"ace_main"};
|
||||
author[] = {"jaynus"};
|
||||
authorUrl = "https://github.com/jaynus/";
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user