Skip to content

Commit

Permalink
Fix RHS mp7 UBC (#5085)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Apr 16, 2017
1 parent bcd73ed commit 7bb3798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optionals/compat_rhs_usf3/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ class CfgWeapons {
ACE_twistDirection = 0;
ACE_barrelLength = 508.0;
};
class SMG_01_F;
class rhsusf_weap_MP7A1_base_f: SMG_01_F {
class SMG_02_base_F;
class rhsusf_weap_MP7A1_base_f: SMG_02_base_F {
ACE_barrelTwist = 160.0;
ACE_barrelLength = 180.0;
};
Expand Down

0 comments on commit 7bb3798

Please sign in to comment.