Skip to content

Commit

Permalink
Intercom - Fix config error (#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Sep 23, 2024
1 parent bafed29 commit 7cadd33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions addons/sys_intercom/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,22 +297,22 @@ class CfgVehicles {
};

class LT_01_base_F;
class LT_01_AA_base_F: LT_01_base_F;
class LT_01_AA_base_F: LT_01_base_F {};
class I_LT_01_AA_F: LT_01_AA_base_F {
acre_infantryPhonePosition[] = {-1.10, -1.66, -0.83};
};

class LT_01_AT_base_F: LT_01_base_F;
class LT_01_AT_base_F: LT_01_base_F {};
class I_LT_01_AT_F: LT_01_AT_base_F {
acre_infantryPhonePosition[] = {-1.10, -1.66, -0.83};
};

class LT_01_cannon_base_F: LT_01_base_F;
class LT_01_cannon_base_F: LT_01_base_F {};
class I_LT_01_cannon_F: LT_01_cannon_base_F {
acre_infantryPhonePosition[] = {-1.10, -1.90, -0.78};
};

class LT_01_scout_base_F: LT_01_base_F;
class LT_01_scout_base_F: LT_01_base_F {};
class I_LT_01_scout_F: LT_01_scout_base_F {
acre_infantryPhonePosition[] = {-1.10, -1.90, -0.78};
};
Expand Down

0 comments on commit 7cadd33

Please sign in to comment.