Rangecard - Fix author string (#5759)

This commit is contained in:
ulteq 2017-11-13 17:18:08 +01:00 committed by jonpas
parent d1f6b0a9d8
commit 0a0c43eff0

View File

@ -4,7 +4,7 @@ class CfgWeapons {
class CBA_MiscItem_ItemInfo;
class ACE_RangeCard: ACE_ItemCore {
author[] = {"Ruthberg"};
author = "Ruthberg";
scope = 2;
displayName = CSTRING(Name);
descriptionShort = CSTRING(Description);