Skip to content

Commit

Permalink
Update Load Order for 1.94 Contact DLC (#7101)
Browse files Browse the repository at this point in the history
* Update loadorder for 1.94 Contact DLC

* Require Arma 3 v1.94
  • Loading branch information
jonpas authored and PabstMirror committed Jul 25, 2019
1 parent a7723b7 commit 06996d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/main/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion addons/main/script_mod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06996d3

Please sign in to comment.