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_structures
|
||||
{
|
||||
author = "BRAF Team";
|
||||
author = "BRAF TEAM";
|
||||
units[] = {
|
||||
"braf_Tent",
|
||||
};
|
||||
@@ -18,7 +18,7 @@ class CfgPatches
|
||||
"A3_Characters_F_Proxies",
|
||||
"braf_main",
|
||||
"braf_characters_army",
|
||||
"BRAF_Insignia",
|
||||
"braf_insignia",
|
||||
};
|
||||
requiredVersion = 0.1;
|
||||
};
|
||||
@@ -28,8 +28,8 @@ class CfgDestructPos
|
||||
{
|
||||
class DelayedDestructionAmmoBox
|
||||
{
|
||||
timeBeforeHiding = "lifeTime/12";
|
||||
hideDuration = "lifeTime/12";
|
||||
timeBeforeHiding = "lifetime/12";
|
||||
hideDuration = "lifetime/12";
|
||||
};
|
||||
};
|
||||
class CfgEditorSubcategories
|
||||
@@ -57,7 +57,7 @@ class CfgVehicles
|
||||
class Poster_base_F;
|
||||
class House_F;
|
||||
class Item_Files;
|
||||
#include "\braf\braf_structures\Estruturas\tent.hpp"
|
||||
#include "\braf\braf_structures\estruturas\tent.hpp"
|
||||
#include "mre\mre.hpp"
|
||||
#include "\braf\braf_structures\Estruturas\Cucui.hpp"
|
||||
#include "\braf\braf_structures\estruturas\cucui.hpp"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user