mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #1427 from acemod/bwmodCompatFix
Fixed incorrect barrel length
This commit is contained in:
commit
44fbefa0e2
@ -20,11 +20,11 @@ class CfgWeapons {
|
||||
};
|
||||
class BWA3_G28_Standard: Rifle_Long_Base_F {
|
||||
ACE_barrelTwist=304.8;
|
||||
ACE_barrelLength=419;
|
||||
ACE_barrelLength=421;
|
||||
};
|
||||
class BWA3_G28_Assault: BWA3_G28_Standard {
|
||||
ACE_barrelTwist=304.8;
|
||||
ACE_barrelLength=305;
|
||||
ACE_barrelLength=421;
|
||||
};
|
||||
class BWA3_G27: BWA3_G28_Standard {
|
||||
ACE_barrelTwist=304.8;
|
||||
|
Loading…
Reference in New Issue
Block a user