Skip to content

Commit

Permalink
Tracers - Fix mag descriptions (#10705)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Feb 3, 2025
1 parent 73e2557 commit 9d70617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optionals/tracers/CfgMagazines.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class CfgMagazines {
class ACE_150Rnd_556x45_Drum_tracer_yellow: 150Rnd_556x45_Drum_Mag_tracer_F {
ammo = "B_556x45_Ball_tracer_yellow";
STRINGS(150Rnd_556x45_Drum_tracer_yellow);
descriptionShort = CSTRING(150Rnd_556x45_Drum_tracer_green_description);
descriptionShort = CSTRING(150Rnd_556x45_Drum_tracer_yellow_description);
};

class 200Rnd_556x45_Box_F;
Expand Down Expand Up @@ -196,7 +196,7 @@ class CfgMagazines {
class ACE_20Rnd_762x51_Mag_tracer_yellow: ACE_20Rnd_762x51_Mag_tracer {
ammo = "B_762x51_tracer_yellow";
STRINGS(20Rnd_762x51_Mag_tracer_yellow);
descriptionShort = CSTRING(20Rnd_762x51_Mag_tracer_green_description);
descriptionShort = CSTRING(20Rnd_762x51_Mag_tracer_yellow_description);
};

// 7.62x54 (Russian)
Expand Down

0 comments on commit 9d70617

Please sign in to comment.