Skip to content

Commit

Permalink
Merge pull request #3694 from acemod/excludeFriesRepairAction
Browse files Browse the repository at this point in the history
Exclude FRIES from repair interactions
  • Loading branch information
PabstMirror committed Apr 15, 2016
2 parents 5165db7 + 839d067 commit de6848d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/repair/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Extended_InitPost_EventHandlers {
class ADDON {
init = QUOTE(_this call DFUNC(addRepairActions));
serverInit = QUOTE(_this call DFUNC(addSpareParts));
exclude[] = {QEGVAR(fastroping,helper)};
exclude[] = {QEGVAR(fastroping,helper), "ACE_friesBase"};
};
};
class Plane {
Expand Down

0 comments on commit de6848d

Please sign in to comment.