Skip to content

Commit

Permalink
Towing - Fix dependencies (acemod#10288)
Browse files Browse the repository at this point in the history
Update config.cpp
  • Loading branch information
johnb432 authored Sep 3, 2024
1 parent eeea98f commit 808d22f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addons/towing/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[] = {"ace_common", "ace_logistics_rope"};
requiredAddons[] = {"ace_interaction", "ace_logistics_rope"};
author = ECSTRING(common,ACETeam);
authors[] = {"tcvm"};
url = ECSTRING(main,URL);
Expand All @@ -16,4 +16,3 @@ class CfgPatches {

#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"

0 comments on commit 808d22f

Please sign in to comment.