Skip to content

Commit

Permalink
FN Minimi SPW reload fix (acemod#8353)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkIsGrim authored and AndreasBrostrom committed Dec 3, 2021
1 parent 6ac5154 commit c0271b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions addons/smallarms/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@ class CfgWeapons {
};
};

class LMG_03_Base_F;

class LMG_03_F: LMG_03_Base_F {
magazineReloadTime = 0; // Fix for reloading every time weapon is equipped
};

// Sniper and anti-materiel rifles /////////////////////////////////

class EBR_base_F: Rifle_Long_Base_F {
Expand Down

0 comments on commit c0271b7

Please sign in to comment.