debug
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user