Skip to content

Commit

Permalink
XEH - Add missing event handlers with SOG PF 1.2 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahlgren committed Jul 13, 2022
1 parent 9c731d9 commit 6b9dfef
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 6b9dfef

Please sign in to comment.