ADR-97 - Fixed typo (#5768)

This commit is contained in:
ulteq 2017-11-14 12:35:31 +01:00 committed by GitHub
parent 765d36b4bc
commit 4ca428a34f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ class CfgWeapons {
class Rifle_Base_F;
class SMG_03_TR_BASE: Rifle_Base_F {
ACE_barrelTwist = 228.6; // 1:9 inch twist
ACE_barrelLenght = 407;
ACE_barrelLength = 407;
ACE_twistDirection = 1;
modes[]= {
"Single"
@ -34,7 +34,7 @@ class CfgWeapons {
displayName = CSTRING(PS90_Hex_Name);
};
class SMG_03C_BASE: SMG_03_TR_BASE {
ACE_barrelLenght = 264;
ACE_barrelLength = 264;
modes[]= {
"Single",
"FullAuto"