fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.

This commit is contained in:
2026-08-03 15:19:22 -03:00
parent 3af8760da3
commit 3b99904aa7
1007 changed files with 16549 additions and 16423 deletions
+6 -6
View File
@@ -1,12 +1,12 @@
class CfgPatches
{
class BRAF_SHIPS
class braf_ships
{
author = "BRAF Team";
author = "BRAF TEAM";
addonRootClass="A3_Boat_F";
units[]=
{
"BRAF_A140"
"braf_a140"
};
requiredVersion=0.1;
requiredAddons[]=
@@ -19,13 +19,13 @@ class CfgPatches
class CfgVehicles
{
class StaticShip;
class BRAF_A140: StaticShip
class braf_a140: StaticShip
{
model="BRAF\BRAF_SHIPS\BRAF_A140\BRAF_A140.p3d";
model="braf\braf_ships\braf_a140\braf_a140.p3d";
displayName="NAM A-140 Atlântico";
destrType=0;
author = "BRAF TEAM";
faction="BRAF_NAVY";
faction="braf_navy";
scope=2;
};
};