Merge pull request #1564 from acemod/stringtableFixHuntIR

Fixed incorrect CSTRING
This commit is contained in:
ulteq 2015-06-10 18:12:04 +02:00
commit 58bb496ac2

View File

@ -5,9 +5,9 @@ class CfgWeapons {
class ACE_HuntIR_monitor: ACE_ItemCore {
scope = 2;
displayName = CSTRING(STR_ACE_HUNTIR_monitor_displayName);
displayName = CSTRING(monitor_displayName);
picture = PATHTOF(UI\w_huntir_monitor_ca.paa);
descriptionShort = CSTRING(STR_ACE_HUNTIR_monitor_displayName);
descriptionShort = CSTRING(monitor_displayName);
model = PATHTOF(data\ace_huntir_monitor.p3d);
class ItemInfo: InventoryItem_Base_F {