v2 up 0390392

This commit is contained in:
2018-12-01 13:02:36 +01:00
parent 2a50c8b5da
commit 23e1e44c25
3 changed files with 4 additions and 2 deletions

View File

@@ -1013,6 +1013,7 @@ class AutomaticDispose {
if (setting[runnerSettings] == 'true') {
return self.ADisDB.ADisMissions.where({
runner: Runner,
available: 'true',
done: 'false'
}).and(function (item) {
return item.next_check <= Math.floor(new Date().getTime() / 1000)