From ed5447d6ef3671d0c194a36b00a67c12341de924 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Sat, 23 Nov 2013 11:48:33 -0600 Subject: [PATCH] incorrect short display name mi17_DZ fixed #764 --- SQF/dayz_code/Configs/cfgVehicles.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/cfgVehicles.hpp b/SQF/dayz_code/Configs/cfgVehicles.hpp index e5dfa228b..705c0ad5b 100644 --- a/SQF/dayz_code/Configs/cfgVehicles.hpp +++ b/SQF/dayz_code/Configs/cfgVehicles.hpp @@ -212,7 +212,7 @@ class CfgVehicles { class Mi17_DZ: Mi17_base { displayname = "Mi-17"; - displaynameshort = "Mi17_DZE"; + displaynameshort = "Mi17_DZ"; scope = 2; side = 2; crew = ""; @@ -241,6 +241,7 @@ class CfgVehicles { }; class Mi17_DZE: Mi17_DZ { + displaynameshort = "Mi17_DZE"; class Turrets : Turrets { class MainTurret : MainTurret