v2 up handler my Runenr to self.myrunner

This commit is contained in:
2018-12-02 09:58:27 +01:00
parent aa1f0feb0c
commit ab826a50e1
3 changed files with 4 additions and 4 deletions

View File

@@ -1110,7 +1110,7 @@ class AutomaticDispose {
if (setting[self.MyRunnerSettings] != 'true') {
return self.ADisDB.ADisMissions.where({
missionID: self.MissionID,
runner: MyRunner,
runner: self.MyRunner,
done: 'false'
}).and(function (item) {
return item.next_check <= Math.floor(new Date().getTime() / 1000)