This commit is contained in:
2019-02-13 18:00:52 +01:00
parent 1ebac292b1
commit bbd8afa090
3 changed files with 4 additions and 4 deletions

View File

@@ -141,7 +141,7 @@
setInterval(function () {
let self = this;
self.ADisSettings.runner.forEach((runner) => {
self.OpenNextMission(runner).bind(self)
self.OpenNextMission.call(self,runner)
})
}.bind(self), 1000);
}, 500);