Skip to content

Commit

Permalink
Fix ubc
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Oct 30, 2016
1 parent 9f56ba5 commit ace24d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions addons/ballistics/CfgMagazines.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -329,11 +329,10 @@ class CfgMagazines {
initSpeed = 250;
};

class 10Rnd_9x21_Mag: 30Rnd_9x21_Mag {
class 16Rnd_9x21_Mag: 30Rnd_9x21_Mag {
initSpeed = 390;
};

class 16Rnd_9x21_Mag: 30Rnd_9x21_Mag {
class 10Rnd_9x21_Mag: 16Rnd_9x21_Mag {
initSpeed = 390;
};
class ACE_16Rnd_9x19_mag: 16Rnd_9x21_Mag {
Expand Down

0 comments on commit ace24d0

Please sign in to comment.