Update sched_init.sqf

sched_event moved to the top to establish the ServerCurrentTime variable early.
This commit is contained in:
worldwidesorrow
2020-01-09 18:36:01 -06:00
committed by GitHub
parent 9d2549c40a
commit d95d88d96c

View File

@@ -8,13 +8,13 @@ call compile preprocessFileLineNumbers (PATH+"sched_event.sqf");
[
// period offset code <-> ctx init code ->ctx
[ 60, 0, sched_event, sched_event_init ],
[ 60, 224, sched_corpses ],
[ 300, 336, sched_lootpiles_5m, sched_lootpiles_5m_init ],
[ 6, 340, sched_lootpiles ],
[ 900, 0, sched_sync ],
[ 120, 48, sched_safetyVehicle ],
[ 360, 480, sched_fps ],
[ 60, 0, sched_event, sched_event_init ]
[ 360, 480, sched_fps ]
] execFSM ("z\addons\dayz_code\system\scheduler\scheduler.fsm");
//diag_log [ __FILE__, "Scheduler started"];