fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -2,7 +2,7 @@ class CfgPatches
|
||||
{
|
||||
class braf_characters_binfa
|
||||
{
|
||||
author = "BRAF Team";
|
||||
author = "BRAF TEAM";
|
||||
units[] =
|
||||
{
|
||||
"braf_fab_of",
|
||||
@@ -18,9 +18,9 @@ class CfgPatches
|
||||
"braf_fab_under"};
|
||||
weapons[] =
|
||||
{
|
||||
"braf_FAB_regular_uniform",
|
||||
"braf_FAB_regular_uniform_gloves",
|
||||
"braf_FAB_naked_uniform"
|
||||
"braf_fab_regular_uniform",
|
||||
"braf_fab_regular_uniform_gloves",
|
||||
"braf_fab_naked_uniform"
|
||||
};
|
||||
requiredVersion = 0.1;
|
||||
requiredAddons[] =
|
||||
|
||||
Reference in New Issue
Block a user