mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Delay cleanup init bit more
This commit is contained in:
@@ -334,7 +334,7 @@ if (isServer and isNil "sm_done") then {
|
||||
_id = [] spawn server_spawnEvents;
|
||||
// server cleanup
|
||||
[] spawn {
|
||||
sleep 120; //Sleep Lootcleanup, don't need directly cleanup on startup + fix some performance issues on serverstart
|
||||
sleep 200; //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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user