Skip to content

Commit

Permalink
Merge pull request #1552 from Dahlgren/bugfix/xeh-sogpf-1.2-patch
Browse files Browse the repository at this point in the history
XEH - Add missing event handlers with SOG PF 1.2 patch
  • Loading branch information
PabstMirror committed Jul 23, 2022
2 parents 9c731d9 + 6b9dfef commit 995c836
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addons/xeh/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,10 @@ class CfgVehicles {
XEH_ENABLED;
};

class vn_parachute_base: ParachuteBase {
XEH_ENABLED;
};

class vn_parachute_02_base: ParachuteBase {};
class vn_b_parachute_02: vn_parachute_02_base {};
class vn_b_parachute_02_blu82: vn_b_parachute_02 {};
Expand Down

0 comments on commit 995c836

Please sign in to comment.