mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Rangecard - Fix author string (#5759)
This commit is contained in:
parent
d1f6b0a9d8
commit
0a0c43eff0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user