diff --git a/SQF/dayz_code/Configs/CfgWeapons/Weapon/Sniper/M107.hpp b/SQF/dayz_code/Configs/CfgWeapons/Weapon/Sniper/M107.hpp index 35ef34907..911e29c08 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Weapon/Sniper/M107.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Weapon/Sniper/M107.hpp @@ -9,7 +9,7 @@ class m107: Rifle class m107_DZ: m107 { - displayname = "M107_DZ"; + displayname = "M107"; type = "1"; canlock = 0; cursor = ""; @@ -46,4 +46,4 @@ class m107_DZ: m107 visionmode[] = {"Normal"}; }; }; -}; \ No newline at end of file +};