diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index e9f4b57..261b6db 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -1057,7 +1057,7 @@ class AutomaticDispose { const self = this; return self.ADisDB.ADisMissions.update(MissionID, { last_check: Math.floor(new Date().getTime() / 1000), - next_check: Math.floor(new Date().getTime() / 1000) + 120 + next_check: Math.floor(new Date().getTime() / 1000) + 300 }).catch((err) => { console.error(err) }) @@ -1409,7 +1409,7 @@ class AutomaticDispose { } // console.log("Clicked Vehicles: ", $('#vehicle_show_table_all input[type="checkbox"]:checked').length, $('#vehicle_show_table_all input[type="checkbox"]:checked')); - // console.log("WILL KLICK SEND") + console.log("WILL KLICK SEND") setTimeout(() => { self.UpdateMissionsToDone(self.MissionID).then(() => {