mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Revert "Scopes - Fixes zero on three vanilla weapons (#5696)"
This reverts commit 4c2348cff5
.
This commit is contained in:
parent
9ea1f6839f
commit
afbc8bfb82
@ -306,7 +306,7 @@ class CfgWeapons {
|
||||
};
|
||||
|
||||
class SMG_01_Base: Rifle_Short_Base_F {
|
||||
ACE_RailHeightAboveBore = 8.85355;
|
||||
ACE_RailHeightAboveBore = 4.85355;
|
||||
};
|
||||
class SMG_02_base_F: Rifle_Short_Base_F {
|
||||
ACE_RailHeightAboveBore = 4.41831;
|
||||
@ -362,13 +362,13 @@ class CfgWeapons {
|
||||
ACE_RailHeightAboveBore = 2.83284;
|
||||
};
|
||||
class srifle_DMR_02_F: DMR_02_base_F {
|
||||
ACE_RailHeightAboveBore = 4.43913;
|
||||
ACE_RailHeightAboveBore = 3.43913;
|
||||
};
|
||||
class srifle_DMR_03_F: DMR_03_base_F {
|
||||
ACE_RailHeightAboveBore = 4.0795;
|
||||
};
|
||||
class srifle_DMR_04_F: DMR_04_base_F {
|
||||
ACE_RailHeightAboveBore = 5.38022;
|
||||
ACE_RailHeightAboveBore = 2.38022;
|
||||
};
|
||||
class srifle_DMR_05_blk_F: DMR_05_base_F {
|
||||
ACE_RailHeightAboveBore = 3.91334;
|
||||
|
Loading…
Reference in New Issue
Block a user