This commit is contained in:
2018-11-24 20:31:16 +01:00
parent 21c6d7bead
commit fbee0fb7bc
3 changed files with 6 additions and 8 deletions

7
dist/autoloader.js vendored
View File

@@ -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);
}
// - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --