mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Spawn check no longer needs an init file. sched_buildingBubble has been removed.
sched_buildingBubble was not coded correctly and is not necessary.
This commit is contained in:
@@ -37,7 +37,7 @@ if (count _list == 0) then {
|
|||||||
[ 0.2, 0.12, sched_gui, sched_gui_init ],
|
[ 0.2, 0.12, sched_gui, sched_gui_init ],
|
||||||
[ 2, 0.13, sched_medical_effects, sched_medical_effects_init ],
|
[ 2, 0.13, sched_medical_effects, sched_medical_effects_init ],
|
||||||
[ 10, 15.13, sched_medical_effectsSlow ],
|
[ 10, 15.13, sched_medical_effectsSlow ],
|
||||||
[ 6, 24.18, sched_spawnCheck, sched_spawnCheck_init ],
|
[ 6, 24.18, sched_spawnCheck ],
|
||||||
[ 1, 0.63, sched_throwable, sched_throwable_init ],
|
[ 1, 0.63, sched_throwable, sched_throwable_init ],
|
||||||
[ 1, 0.33, sched_medical, sched_medical_init ],
|
[ 1, 0.33, sched_medical, sched_medical_init ],
|
||||||
//[ 15, 3, sched_humanityChange ], //Humanity morphing disabled on Epoch to avoid loss of purchased clothing
|
//[ 15, 3, sched_humanityChange ], //Humanity morphing disabled on Epoch to avoid loss of purchased clothing
|
||||||
|
|||||||
Reference in New Issue
Block a user