Skip to content

Commit

Permalink
ADR-97 - Fixed typo (#5768)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulteq authored Nov 14, 2017
1 parent 765d36b commit 4ca428a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optionals/compat_adr_97/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 4ca428a

Please sign in to comment.