This commit is the equivalent of a atomic bomb
This commit is contained in:
16
source/braf_soft/braf_land_rover/CfgPatches.hpp
Normal file
16
source/braf_soft/braf_land_rover/CfgPatches.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
class CfgPatches
|
||||
{
|
||||
class BRAF_LR110_F
|
||||
{
|
||||
// List of units defined in this "PBO"
|
||||
units[]=
|
||||
{
|
||||
"BRAF_LR_110_SW","BRAF_LR110_SW_01_Special_F"
|
||||
|
||||
};
|
||||
weapons[]={};
|
||||
requiredVersion=0.1;
|
||||
// because we are using references to this addon, our test car should not be loaded if A3_Soft_F is not present
|
||||
requiredAddons[] = {"A3_Soft_F"};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user