This commit is contained in:
2019-02-13 17:57:49 +01:00
parent d2c011cdff
commit 1ebac292b1
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)
self.OpenNextMission(runner).bind(self)
})
}.bind(self), 1000);
}, 500);