From edc6224bc36d6e3c5c72e835e3eca9a3c544de56 Mon Sep 17 00:00:00 2001 From: oiad Date: Sun, 17 Dec 2017 11:24:10 +1300 Subject: [PATCH] Fix broken string table name String STR_ITEM_DESC_tent_poles not found --- .../Configs/CfgMagazines/Crafting/equip_tent_poles.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_tent_poles.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_tent_poles.hpp index 9be9eacda..501ec9b6d 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_tent_poles.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_tent_poles.hpp @@ -2,7 +2,7 @@ class equip_tent_poles : CA_Magazine { scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_tent_poles; - descriptionShort = $STR_ITEM_DESC_tent_poles; + descriptionShort = $STR_ITEM_DESC_equip_tent_poles; model = "z\addons\dayz_communityassets\models\1m_pole_6.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_1m_pole_6_ca.paa"; type = 256;