Skip to content

Commit

Permalink
XEH - Fix for 2.14 props (#1593)
Browse files Browse the repository at this point in the history
Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
  • Loading branch information
PabstMirror and rautamiekka committed Aug 17, 2023
1 parent 5bdfd2a commit 3b2b8a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions addons/xeh/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,14 @@ class CfgVehicles {
XEH_ENABLED;
};

// Decade (2.14)
class Lantern_01_base_F: ThingX {
XEH_ENABLED;
};
class SpaceshipCapsule_01_F: ThingX {
XEH_ENABLED;
};

// SOG PF
class vn_object_b_base_02: Items_base_F {};
class Land_vn_candle_01: vn_object_b_base_02 {
Expand Down

0 comments on commit 3b2b8a6

Please sign in to comment.