fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
class CfgPatches
|
||||
class CfgPatches
|
||||
{
|
||||
class Braf_acc
|
||||
class braf_acc
|
||||
{
|
||||
addonRootClass = "braf_weapons_attach";
|
||||
author = "BRAF TEAM";
|
||||
addonRootClass = "braf_weapons_sniper_rifles";
|
||||
units[] = {};
|
||||
weapons[] = {"braf_aglc_pouch"};
|
||||
requiredVersion = 0.1;
|
||||
@@ -28,13 +29,13 @@ class cfgWeapons
|
||||
class InventoryFlashLightItem_Base_F;
|
||||
class braf_aglc_pouch : ItemCore
|
||||
{
|
||||
author = "BRAF Team";
|
||||
author = "BRAF TEAM";
|
||||
_generalMacro = "braf_aglc_pouch";
|
||||
scope = 2;
|
||||
inertia = 0.1;
|
||||
displayName = "AGLC Buttstock Pouch";
|
||||
picture = "braf\braf_weapons_sniper_rifles\308_AGLC\pounch\cartucheira.paa";
|
||||
model = "braf\braf_weapons_sniper_rifles\308_AGLC\pounch\aglc_pouch.p3d";
|
||||
picture = "braf\braf_weapons_sniper_rifles\308_aglc\pounch\cartucheira.paa";
|
||||
model = "braf\braf_weapons_sniper_rifles\308_aglc\pounch\aglc_pouch.p3d";
|
||||
descriptionShort = "AGLC Buttstocj Pouch for .308 rounds";
|
||||
class ItemInfo : InventoryFlashLightItem_Base_F
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user