Skip to content

Commit

Permalink
Merge pull request #1659 from johnb432/accessory-fix-missing-dependency
Browse files Browse the repository at this point in the history
Accessory - Fix missing dependency
  • Loading branch information
PabstMirror committed May 1, 2024
2 parents 1c136a1 + 89acdbf commit 441d937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/accessory/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class CfgPatches {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"cba_common", "cba_events"};
requiredAddons[] = {"cba_common", "cba_events", "cba_keybinding"};
author = "$STR_CBA_Author";
authors[] = {"da12thMonkey", "Robalo", "Tupolov"};
url = "$STR_CBA_URL";
Expand Down

0 comments on commit 441d937

Please sign in to comment.