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:
@@ -63,7 +63,7 @@ progressLoadingScreen 1.0;
|
||||
|
||||
if (isServer) then {
|
||||
//Compile vehicle configs
|
||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_12.isladuala\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_12.isladuala\mission.sqf";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user