mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
GP25 wrong text
GP25 had the wrong description text.
This commit is contained in:
@@ -8,7 +8,7 @@ class Attachment_GP25 : CA_Magazine
|
|||||||
picture = "\z\addons\dayz_communityweapons\attachments\gp25\data\m_gp25_ca.paa";
|
picture = "\z\addons\dayz_communityweapons\attachments\gp25\data\m_gp25_ca.paa";
|
||||||
|
|
||||||
displayName = $STR_DZ_ATT_GP25_NAME;
|
displayName = $STR_DZ_ATT_GP25_NAME;
|
||||||
descriptionShort = $STR_DZ_ATT_GP25_NAME;
|
descriptionShort = $STR_DZ_ATT_GP25_DESC;
|
||||||
|
|
||||||
class ItemActions
|
class ItemActions
|
||||||
{
|
{
|
||||||
@@ -18,4 +18,4 @@ class Attachment_GP25 : CA_Magazine
|
|||||||
script = "; [_id,1] call player_attachAttachment";
|
script = "; [_id,1] call player_attachAttachment";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user