Skip to content

Commit

Permalink
Merge pull request #329 from 7Cav/Changed-Classname-of-copilot
Browse files Browse the repository at this point in the history
Changed classname
  • Loading branch information
AndreasBrostrom authored Apr 13, 2019
2 parents aa74dbc + 3b1bda5 commit ffff5cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cScripts/Loadouts/CfgLoadouts_Alpha.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ class Cav_B_A_Helicopter_Tra_CrewChief_F : Cav_B_Alpha_base_F {

preLoadout = "[(_this select 0), 'alpha', 0, 1] call cScripts_fnc_setPreInitPlayerSettings;";
};
class Cav_Alpha_Helo_CHIEF240 : Cav_B_Alpha_base_F {
class Cav_B_A_Helicopter_Tra_CrewChiefM240_Local : Cav_B_Alpha_base_F {
headgear[] = {"rhsusf_hgu56p_visor_mask_black"};
backpack[] = {"B_Carryall_cbr"};
vest[] = {"rhsusf_mbav_mg"};
Expand Down
2 changes: 1 addition & 1 deletion cScripts/Loadouts/CfgLoadouts_AlphaClass.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class B_Helipilot_F : CAV_Alpha_Helo_PILOT {};
class rhsusf_army_ocp_helipilot : CAV_Alpha_Helo_COPILOT {};
class B_T_Helicrew_F : CAV_Alpha_Helo_CHIEF {};
class B_Helicrew_F : CAV_Alpha_Helo_GNR {};
class rhsusf_army_ocp_helicrew : CAV_Alpha_Helo_CHIEF240 {};
class rhsusf_army_ocp_helicrew : Cav_B_A_Helicopter_Tra_CrewChiefM240_Local {};

class B_T_Helipilot_F : CAV_Alpha_Helo_PILOT_ATT {};

Expand Down

0 comments on commit ffff5cd

Please sign in to comment.