mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
Fix L85A2_SD_Base not using SD mags
Thanks @worldwidesorrow https://github.com/EpochModTeam/DayZ-Epoch/issues/2000#issuecomment-352939774
This commit is contained in:
@@ -143,13 +143,11 @@ class L85A2_MFL_DZ : L85A2_DZ
|
|||||||
|
|
||||||
class L85A2_SD_Base : L85A2_DZ
|
class L85A2_SD_Base : L85A2_DZ
|
||||||
{
|
{
|
||||||
/*
|
|
||||||
magazines[] =
|
magazines[] =
|
||||||
{
|
{
|
||||||
// 30Rnd_556x45_Stanag,
|
// 30Rnd_556x45_Stanag,
|
||||||
30Rnd_556x45_StanagSD
|
30Rnd_556x45_StanagSD
|
||||||
};
|
};
|
||||||
*/
|
|
||||||
fireLightDuration = 0;
|
fireLightDuration = 0;
|
||||||
fireLightIntensity = 0;
|
fireLightIntensity = 0;
|
||||||
modes[] = {"Single","FullAuto"};
|
modes[] = {"Single","FullAuto"};
|
||||||
|
|||||||
Reference in New Issue
Block a user