diff --git a/README.md b/README.md index d2c5a7caf..7c504344d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ Included Custom Addons * Taxi by [GLT]Myke http://www.armaholic.com/page.php?id=12289 * SUV Colors by Python.au http://www.armaholic.com/page.php?id=17176 * R3F Realism by http://www.team-r3f.org/ -* Modern Civilian vehicles by vilas http://www.armaholic.com/page.php?id=17447 * ASC EU Lights Mod http://www.armaholic.com/page.php?id=12076 * MAP Editorupgrade (EU) http://www.armaholic.com/page.php?id=6194 * st_movement by ShackTac https://dev-heaven.net/projects/shacktac/files diff --git a/SQF/dayz_code/config.cpp b/SQF/dayz_code/config.cpp index fe3d21942..ea3719d2f 100644 --- a/SQF/dayz_code/config.cpp +++ b/SQF/dayz_code/config.cpp @@ -21,7 +21,7 @@ class CfgPatches { units[] = {}; weapons[] = {}; requiredVersion = 0.1; - requiredAddons[] = {"dayz_equip","dayz_weapons","dayz_sfx","CAMisc3","CABuildingParts","CABuildingParts_Signs","CAStructuresHouse","CAStructuresLand_Ind_Stack_Big","CAStructures_Misc_Powerlines","CAStructures","CABuildings","CABuildings2","Ind_MalyKomin","CAStructures_A_CraneCon","CAStructures_Mil","CAStructures_Nav","CAStructures_Rail","A_Crane_02","A_TVTower","CAStructures_Railway","CAStructuresHouse","CAStructuresHouse_HouseBT","asc_eu_lights","vilas_pl_cars","gnt_c185"}; + requiredAddons[] = {"dayz_equip","dayz_weapons","dayz_sfx","CAMisc3","CABuildingParts","CABuildingParts_Signs","CAStructuresHouse","CAStructuresLand_Ind_Stack_Big","CAStructures_Misc_Powerlines","CAStructures","CABuildings","CABuildings2","Ind_MalyKomin","CAStructures_A_CraneCon","CAStructures_Mil","CAStructures_Nav","CAStructures_Rail","A_Crane_02","A_TVTower","CAStructures_Railway","CAStructuresHouse","CAStructuresHouse_HouseBT","asc_eu_lights","gnt_c185"}; }; class DZ_DebriefingRemoved {