fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class CfgPatches {
|
||||
class BRAF_characters_headgear {
|
||||
author = "BRAF Team";
|
||||
class braf_characters_headgear {
|
||||
author = "BRAF TEAM";
|
||||
units[] = {};
|
||||
weapons[] = {
|
||||
"braf_bandeirante_cap_lizard",
|
||||
@@ -22,7 +22,7 @@ class CfgPatches {
|
||||
"braf_eb_ccb_goggles_up",
|
||||
"braf_eb_ccb_goggles_down",
|
||||
"braf_eb_ccb_nvg",
|
||||
"braf_eb_ccb_pe",
|
||||
|
||||
"braf_eb_ccb_cover",
|
||||
"braf_eb_ccb_cover_goggles_up",
|
||||
"braf_eb_ccb_cover_goggles_down",
|
||||
@@ -31,8 +31,8 @@ class CfgPatches {
|
||||
"braf_ccb_unitednations_goggles_up",
|
||||
"braf_ccb_unitednations_googles_down",
|
||||
"braf_ccb_unitednations_nvg",
|
||||
"braf_comtac_headset_olive",
|
||||
"braf_comtac_headset_tan",
|
||||
|
||||
|
||||
"braf_eb_cvc",
|
||||
"braf_m1_liner",
|
||||
"braf_m1_liner_plastic",
|
||||
@@ -85,7 +85,7 @@ class CfgWeapons {
|
||||
class HeadGearItem;
|
||||
class H_HelmetB;
|
||||
class braf_headgear : H_HelmetB {
|
||||
Author = "BRAF Team";
|
||||
author = "BRAF TEAM";
|
||||
scope = 0;
|
||||
scopeCurator = 0;
|
||||
class ItemInfo : HeadGearItem {
|
||||
|
||||
Reference in New Issue
Block a user