fixed missing Fox_Truck

This commit is contained in:
redned70 2017-11-19 11:29:17 +00:00
parent 9ae8cbbe1e
commit 2f5948c5f3
2 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,7 @@
class Fox_LandCruiser3 { quality = 3; price = 25; };
class Fox_LandCruiser2 { quality = 3; price = 26; };
class Fox_Tahoe_Apocalypse { quality = 3; price = 27; };
class Fox_Truck { quality = 3; price = 40000; };
class Fox_Pickup_Apocalypse { quality = 3; price = 28; };
class Fox_Pickup { quality = 3; price = 29; };
class Fox_Pickup_Tow { quality = 3; price = 30; };

View File

@ -46,6 +46,7 @@
"Fox_Pickup6S",
"Fox_LandCruiserFox",
"Fox_LandCruiser3",
"Fox_LandCruiser2"
"Fox_LandCruiser2",
"Fox_Truck"
};
};