From fbee0fb7bca079eab3a44f2deee60bb2ecc735ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Sat, 24 Nov 2018 20:31:16 +0100 Subject: [PATCH] a09va0 --- dist/autoloader.js | 7 +++---- dist/standalone.js | 2 +- script/mission/handler.js | 5 ++--- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/dist/autoloader.js b/dist/autoloader.js index 7cd7672..2da1c1f 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Sat Nov 24 2018 20:30:04 GMT+0100 (CET)*/ +/*Generated on:Sat Nov 24 2018 20:31:15 GMT+0100 (CET)*/ var AutomaticDispose_Branch = "master"; var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var da_lss_adis_time = new Date().getTime(); @@ -5426,8 +5426,7 @@ ADisDB.on("ready", () => { console.log(" Automatic Dispose: Starte Alarmierungsprozess"); - setTimeout(function () // Process Fire Department - { + setTimeout(function () { Promise.resolve().then(async () => { return await ADis_PrepareVehicleNeedList(); }).then(async () => { @@ -5456,7 +5455,7 @@ ADisDB.on("ready", () => { }) }); - }, 250); + }, 500); } // - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- diff --git a/dist/standalone.js b/dist/standalone.js index f450170..e3f70a2 100644 --- a/dist/standalone.js +++ b/dist/standalone.js @@ -1,4 +1,4 @@ -/*Generated on:Sat Nov 24 2018 20:30:04 GMT+0100 (CET)*/ +/*Generated on:Sat Nov 24 2018 20:31:15 GMT+0100 (CET)*/ function includesString(string1, string2) { return string1.toLowerCase().includes(string2.toLowerCase()); } diff --git a/script/mission/handler.js b/script/mission/handler.js index 4486235..a3ea603 100755 --- a/script/mission/handler.js +++ b/script/mission/handler.js @@ -149,8 +149,7 @@ function AD_StartAlarmProcess() { console.log(" Automatic Dispose: Starte Alarmierungsprozess"); - setTimeout(function () // Process Fire Department - { + setTimeout(function () { Promise.resolve().then(async () => { return await ADis_PrepareVehicleNeedList(); }).then(async () => { @@ -179,7 +178,7 @@ function AD_StartAlarmProcess() { }) }); - }, 250); + }, 500); } // - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --