Fix RHS mp7 UBC (#5085)

This commit is contained in:
PabstMirror 2017-04-16 09:09:50 -05:00 committed by GitHub
parent bcd73edaba
commit 7bb3798217

View File

@ -105,8 +105,8 @@ class CfgWeapons {
ACE_twistDirection = 0; ACE_twistDirection = 0;
ACE_barrelLength = 508.0; ACE_barrelLength = 508.0;
}; };
class SMG_01_F; class SMG_02_base_F;
class rhsusf_weap_MP7A1_base_f: SMG_01_F { class rhsusf_weap_MP7A1_base_f: SMG_02_base_F {
ACE_barrelTwist = 160.0; ACE_barrelTwist = 160.0;
ACE_barrelLength = 180.0; ACE_barrelLength = 180.0;
}; };