mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix RHS mp7 UBC (#5085)
This commit is contained in:
parent
bcd73edaba
commit
7bb3798217
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user