diff --git a/dist/autoloader.js b/dist/autoloader.js index ccfac06..3f16f9e 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Dec 03 2018 20:21:27 GMT+0100 (CET)*/ +/*Generated on:Mon Dec 03 2018 20:27:19 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(); diff --git a/dist/autoloaderV2.js b/dist/autoloaderV2.js index 744e6c8..e3a5388 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Dec 03 2018 20:21:27 GMT+0100 (CET)*/ +/*Generated on:Mon Dec 03 2018 20:27:19 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -17491,9 +17491,9 @@ class AutomaticDispose { self.CollectRescueSprechwuensche(); setInterval(self.CollectPoliceSprechwuensche.bind(self), 2500); setInterval(self.OpenNextPoliceSprechwunsch.bind(self), 5000); + self.CollectPoliceSprechwuensche(); - setTimeout(() => { - self.CollectPoliceSprechwuensche(); + setTimeout(() => { self.CollectMissions(); self.ReadAndAddMissions(); }, 500); diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index a80ef7a..ef13ca1 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -133,9 +133,9 @@ class AutomaticDispose { self.CollectRescueSprechwuensche(); setInterval(self.CollectPoliceSprechwuensche.bind(self), 2500); setInterval(self.OpenNextPoliceSprechwunsch.bind(self), 5000); + self.CollectPoliceSprechwuensche(); - setTimeout(() => { - self.CollectPoliceSprechwuensche(); + setTimeout(() => { self.CollectMissions(); self.ReadAndAddMissions(); }, 500);