Skip to content

Commit

Permalink
Variants CUP - Fix missing CUP dependency (#229)
Browse files Browse the repository at this point in the history
* Variants CUP - Fix missing CUP dependency

* Update addons/variants_cup/config.cpp

---------

Co-authored-by: Mike-MF <TyroneMF@hotmail.com>
  • Loading branch information
jonpas and Mike-MF authored Aug 17, 2024
1 parent a059db0 commit 1dbfd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/variants_cup/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class CfgPatches {
QCLASS(Uniform_Rolled_Plaid_Melville_Kneepads)
};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"tacs_units"};
requiredAddons[] = {"tacs_units", "CUP_Creatures_Military_PMC", "CUP_Creatures_Military_Germany"};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Author);
authors[] = {"GilleeDoo", "Mike"};
Expand Down

0 comments on commit 1dbfd08

Please sign in to comment.