Skip to content

Commit

Permalink
Merge pull request #127 from 7Cav/backpackfix
Browse files Browse the repository at this point in the history
Fixed backpack duplicate
  • Loading branch information
AndreasBrostrom authored May 10, 2018
2 parents c86f6ed + 291eb6a commit 054a16f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cScripts/Loadouts/CfgLoadouts_Training.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ class CAV_JM_INSTR : CAV_Charlie_Base { // Instructor
};

class CAV_SOI_STUD : CAV_Bravo_Base { // Rifleman

backpack[] = {"B_AssaultPack_mcamo"};

vest[] = {"rhsusf_iotv_ocp_Rifleman"};
backpack[] = {"B_Carryall_mcamo"};

Expand Down

0 comments on commit 054a16f

Please sign in to comment.