From 40d020f6c30989161d900f045243910bd46268e5 Mon Sep 17 00:00:00 2001 From: dayz10k Date: Thu, 21 Nov 2013 10:24:33 -0500 Subject: [PATCH] Cleanup localization calls (no quotes around $STR) --- SQF/dayz_code/Configs/cfgVehicles.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SQF/dayz_code/Configs/cfgVehicles.hpp b/SQF/dayz_code/Configs/cfgVehicles.hpp index 12de9bb82..e5dfa228b 100644 --- a/SQF/dayz_code/Configs/cfgVehicles.hpp +++ b/SQF/dayz_code/Configs/cfgVehicles.hpp @@ -796,7 +796,7 @@ class CfgVehicles { class Soldier_Crew_PMC; class Bandit1_DZ : Soldier_Crew_PMC { - displayName = "$STR_CHAR_2"; + displayName = $STR_CHAR_2; side = 1; weapons[] = {"Throw","Put"}; model = "\dayz\characters\man_bandit"; @@ -811,7 +811,7 @@ class CfgVehicles { class Bandit2_DZ: Soldier_Crew_PMC { scope = 2; - displayName = "$STR_CHAR_2"; + displayName = $STR_CHAR_2; weapons[] = {"Throw","Put"}; model = "\ca\characters_E\GER\GER_rifleman"; portrait = "\Ca\characters_E\data\portraits\ger_soldier_CA"; @@ -3054,7 +3054,7 @@ class CfgVehicles { class WeaponHolder_ItemHatchet_DZE: WeaponHolderBase { scope = 2; - displayName = "$STR_EQUIP_NAME_41"; + displayName = $STR_EQUIP_NAME_41; model = "\dayz_equip\models\hatchet.p3d"; class eventHandlers { @@ -3088,7 +3088,7 @@ class CfgVehicles { class WeaponHolder_ItemTentOld: WeaponHolder { scope = 2; - displayName = "$STR_EQUIP_NAME_20"; + displayName = $STR_EQUIP_NAME_20; class transportmagazines { class _xx_ItemTentOld @@ -3154,7 +3154,7 @@ class CfgVehicles { class WeaponHolder_ItemJerrycanEmpty: WeaponHolderBase { scope = 2; - displayName = "$STR_EQUIP_NAME_39"; + displayName = $STR_EQUIP_NAME_39; model = "\dayz_equip\proxy\jerrycan.p3d"; class eventHandlers {