mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Readd hive shutdown code from 1051 #1822
Fixes hive connection error when child 302 call fails.
This commit is contained in:
@@ -111,8 +111,8 @@ execVM "\z\addons\dayz_code\system\DynamicWeatherEffects.sqf";
|
||||
|
||||
if (isServer) then {
|
||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\chernarus17.sqf"; //Add trader agents
|
||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||
execVM "\z\addons\dayz_server\traders\chernarus17.sqf"; //Add trader agents
|
||||
|
||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||
|
||||
Reference in New Issue
Block a user