mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Merge branch 'master' of https://github.com/vbawol/DayZ-Epoch
This commit is contained in:
@@ -333,8 +333,11 @@ if (isServer and isNil "sm_done") then {
|
||||
// Epoch Events
|
||||
_id = [] spawn server_spawnEvents;
|
||||
// server cleanup
|
||||
waitUntil {!isNil "server_spawnCleanAnimals"};
|
||||
_id = [] execFSM "\z\addons\dayz_server\system\server_cleanup.fsm";
|
||||
[] spawn {
|
||||
sleep 120; //Sleep Lootcleanup, don't need directly cleanup on startup + fix some performance issues on serverstart
|
||||
waitUntil {!isNil "server_spawnCleanAnimals"};
|
||||
_id = [] execFSM "\z\addons\dayz_server\system\server_cleanup.fsm";
|
||||
};
|
||||
|
||||
// spawn debug box
|
||||
_debugMarkerPosition = getMarkerPos "respawn_west";
|
||||
|
||||
Reference in New Issue
Block a user