mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update Load Order for 1.94 Contact DLC (#7101)
* Update loadorder for 1.94 Contact DLC * Require Arma 3 v1.94
This commit is contained in:
parent
a7723b793b
commit
06996d30e1
@ -7,7 +7,7 @@ class CfgPatches {
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {
|
||||
"A3_Data_F_Tank_Loadorder",
|
||||
"A3_Data_F_Enoch_Loadorder",
|
||||
"A3_Data_F_Mod_Loadorder",
|
||||
// CBA
|
||||
"cba_ui",
|
||||
|
@ -9,7 +9,7 @@
|
||||
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD
|
||||
|
||||
// MINIMAL required version for the Mod. Components can specify others..
|
||||
#define REQUIRED_VERSION 1.88
|
||||
#define REQUIRED_VERSION 1.94
|
||||
#define REQUIRED_CBA_VERSION {3,11,2}
|
||||
|
||||
#ifdef COMPONENT_BEAUTIFIED
|
||||
|
Loading…
Reference in New Issue
Block a user