mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed a typo
This commit is contained in:
@ -4,7 +4,7 @@ class CfgWeapons {
|
|||||||
class InventoryItem_Base_F;
|
class InventoryItem_Base_F;
|
||||||
|
|
||||||
class ACE_Kestrel4500: ACE_ItemCore {
|
class ACE_Kestrel4500: ACE_ItemCore {
|
||||||
author[] = $STR_ACE_Common_ACETeam
|
author = "$STR_ACE_Common_ACETeam";
|
||||||
scope = 2;
|
scope = 2;
|
||||||
displayName = CSTRING(Name);
|
displayName = CSTRING(Name);
|
||||||
descriptionShort = CSTRING(Description);
|
descriptionShort = CSTRING(Description);
|
||||||
|
Reference in New Issue
Block a user