Skip to content

Commit

Permalink
Merge pull request #357 from CBATeam/adding-requiredAddon-for-UI
Browse files Browse the repository at this point in the history
adding "A3_Ui_F" to requiredAddons[]
  • Loading branch information
ViperMaul committed Jun 4, 2016
2 parents f15ba12 + a48338b commit 7917a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/ui/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class CfgPatches {
class cba_ui {
units[] = {};
requiredVersion = 1;
requiredAddons[] = { "CBA_common", "CBA_arrays" };
requiredAddons[] = { "CBA_common", "CBA_arrays", "A3_Ui_F" };
version = VERSION;
author = "$STR_CBA_Author";
authors[] = {"Dr Eyeball"};
Expand Down

0 comments on commit 7917a2e

Please sign in to comment.