fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -10,8 +10,8 @@ class CfgPatches
|
||||
};
|
||||
requiredVersion = 2.10;
|
||||
requiredAddons[] = {"braf_main","braf_weapons_core"};
|
||||
author = "BRAF Team";
|
||||
authors[] = {"BRAF Team"};
|
||||
author = "BRAF TEAM";
|
||||
authors[] = {"BRAF TEAM"};
|
||||
url = "https://www.brafmod.com.br";
|
||||
};
|
||||
};
|
||||
@@ -47,7 +47,7 @@ class cfgWeapons
|
||||
|
||||
class braf_fal_bayonet : ItemCore
|
||||
{
|
||||
author = "BRAF Team";
|
||||
author = "BRAF TEAM";
|
||||
_generalMacro = "braf_fal_bayonet";
|
||||
scope = 2;
|
||||
inertia = 0.1;
|
||||
@@ -104,16 +104,16 @@ class cfgWeapons
|
||||
|
||||
class braf_msr_silencer : ItemCore
|
||||
{
|
||||
author = "BRAF Team";
|
||||
author = "BRAF TEAM";
|
||||
_generalMacro = "braf_msr_silencer";
|
||||
scope = 2;
|
||||
inertia = 0.1;
|
||||
displayName = "AAC Titan";
|
||||
picture = "\braf\braf_weapons_muzzle\msr_silencer\AAC_TITAN_UI.paa";
|
||||
picture = "\braf\braf_weapons_muzzle\msr_silencer\aac_titan_ui.paa";
|
||||
model = "\braf\braf_weapons_muzzle\msr_silencer\msr_silencer.p3d";
|
||||
descriptionShort = "AAC Titan silencer for the Modular Sniper Rifle(MSR)";
|
||||
HiddenSelections[] = {"camo"};
|
||||
HiddenSelectionTextures[] = {"\braf\braf_weapons_muzzle\msr_silencer\AAC_TITAN_CO.paa"};
|
||||
HiddenSelectionTextures[] = {"\braf\braf_weapons_muzzle\msr_silencer\aac_titan_co.paa"};
|
||||
class ItemInfo : InventoryMuzzleItem_Base_F
|
||||
{
|
||||
mass = 5;
|
||||
|
||||
Reference in New Issue
Block a user