Skip to content

Commit

Permalink
remove weather dependancy from winddeflection (#6975)
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 authored and jonpas committed May 3, 2019
1 parent 5307838 commit 6dc3505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/winddeflection/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_weather"};
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {ECSTRING(common,ACETeam), "Glowbal", "Ruthberg"};
url = ECSTRING(main,URL);
Expand Down

0 comments on commit 6dc3505

Please sign in to comment.