Update CfgEpochVehicles.h

deleted Tribalskin for recognition of Racing Plane
This commit is contained in:
Timst10 2018-08-14 08:51:57 +02:00 committed by GitHub
parent 70363a1a94
commit f656c2aaa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,13 +196,11 @@ class CfgEpochVehicles
availableColors[] = {
{
"A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Racer_co.paa",
"\x\addons\a3_epoch_community\textures\vehicle_customskins\btt_ext_01_Racer_brownblack_rusty.paa",
"\x\addons\a3_epoch_community\textures\vehicle_customskins\btt_ext_01_Tribal_brownblack_rusty.paa"
"\x\addons\a3_epoch_community\textures\vehicle_customskins\btt_ext_01_Racer_brownblack_rusty.paa"
},
{
"A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Racer_co.paa",
"\x\addons\a3_epoch_community\textures\vehicle_customskins\btt_ext_02_Racer_brownblack_rusty.paa",
"\x\addons\a3_epoch_community\textures\vehicle_customskins\btt_ext_02_Tribal_brownblack_rusty.paa"
"\x\addons\a3_epoch_community\textures\vehicle_customskins\btt_ext_02_Racer_brownblack_rusty.paa"
}
};
};