mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Consolidate dynamic_vehicle to one file
The only difference between them is the water maps include boats.
This commit is contained in:
@@ -125,7 +125,7 @@ progressLoadingScreen 1.0;
|
||||
|
||||
if (isServer) then {
|
||||
//Compile Vehicle Configs
|
||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\dynamic_vehicle.sqf";
|
||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\missions\dynamic_vehicle.sqf";
|
||||
|
||||
//Add Trader Citys
|
||||
_nil = [] execVM "\z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\mission.sqf";
|
||||
|
||||
Reference in New Issue
Block a user