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:
jonpas 2019-07-25 20:43:04 +02:00 committed by PabstMirror
parent a7723b793b
commit 06996d30e1
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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