From e55b0b1ce543f2167cb2682299d9552bda9fdaa3 Mon Sep 17 00:00:00 2001 From: A Man Date: Thu, 6 Oct 2016 20:07:54 +0200 Subject: [PATCH] GP25 wrong text GP25 had the wrong description text. --- SQF/dayz_code/Configs/CfgMagazines/Attachments/GP25.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgMagazines/Attachments/GP25.hpp b/SQF/dayz_code/Configs/CfgMagazines/Attachments/GP25.hpp index 86c4c87d9..2a5713910 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Attachments/GP25.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Attachments/GP25.hpp @@ -8,7 +8,7 @@ class Attachment_GP25 : CA_Magazine picture = "\z\addons\dayz_communityweapons\attachments\gp25\data\m_gp25_ca.paa"; displayName = $STR_DZ_ATT_GP25_NAME; - descriptionShort = $STR_DZ_ATT_GP25_NAME; + descriptionShort = $STR_DZ_ATT_GP25_DESC; class ItemActions { @@ -18,4 +18,4 @@ class Attachment_GP25 : CA_Magazine script = "; [_id,1] call player_attachAttachment"; }; }; -}; \ No newline at end of file +};