Skip to content

Commit

Permalink
Merge pull request #6548 from Neviothr/CfgWeaponsReferenceSemicolonFix
Browse files Browse the repository at this point in the history
Fix missing semicolon in CfgWeaponsReference
  • Loading branch information
commy2 authored Aug 23, 2018
2 parents 53aab2b + 31ebd06 commit 4f4644a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extras/CfgWeaponsReference.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@ class CfgWeapons
ACE_barrelTwist=0.0;
ACE_twistDirection=0;
ACE_barrelLength=429.26;
}
};
class CUP_arifle_Mk16_CQC : Rifle_Base_F
{
ACE_barrelTwist=177.8;
Expand Down Expand Up @@ -1891,4 +1891,4 @@ class CfgWeapons
ACE_twistDirection=9.45;
ACE_barrelLength=414.02;
};
};
};

0 comments on commit 4f4644a

Please sign in to comment.