v2 up iaovg9e0pogsagp2
This commit is contained in:
@@ -1058,6 +1058,9 @@ class AutomaticDispose {
|
||||
}).toArray()
|
||||
}
|
||||
}).then((Wunsche) => {
|
||||
if (typeof Wunsche === "undefined") {
|
||||
return setTimeout(self.OpenNextMission.bind(self), 1000, Runner);
|
||||
}
|
||||
Wunsche.sort((a, b) => {
|
||||
return a.next_check - b.next_check;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user