diff --git a/dist/autoloader.js b/dist/autoloader.js index e92bcc2..da9d14e 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Dec 17 2018 19:58:14 GMT+0100 (CET)*/ +/*Generated on:Mon Dec 17 2018 20:00:28 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 8ecf1ce..0ed4ecd 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Dec 17 2018 19:58:14 GMT+0100 (CET)*/ +/*Generated on:Mon Dec 17 2018 20:00:28 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -18804,6 +18804,7 @@ class AutomaticDispose { } else { // only while // setTimeout(self.OpenNextMission.bind(self), 5000, Runner); + self.UpdateMissionsToDone(MissionID) } } return setTimeout(self.OpenNextMission.bind(self), 1000, Runner); diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index 3fc6ff4..405f8e3 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -1144,6 +1144,7 @@ class AutomaticDispose { } else { // only while // setTimeout(self.OpenNextMission.bind(self), 5000, Runner); + self.UpdateMissionsToDone(MissionID) } } return setTimeout(self.OpenNextMission.bind(self), 1000, Runner);