Skip to content

Commit

Permalink
Small Arms - Fix magazineReloadTime for vehicle FN Minimi SPW (#9774)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkIsGrim authored Feb 6, 2024
1 parent 9077583 commit 77a49a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/smallarms/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ class CfgWeapons {
class LMG_03_F: LMG_03_Base_F {
magazineReloadTime = 0; // Fix for reloading every time weapon is equipped
};
class LMG_03_Vehicle_F: LMG_03_F {
magazineReloadTime = 5.8; // Should be same as LMG_03_Base_F
};

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

Expand Down

0 comments on commit 77a49a0

Please sign in to comment.