v2 up 09349f0ajgo

This commit is contained in:
2018-12-01 13:04:44 +01:00
parent 23e1e44c25
commit d1aa036499
3 changed files with 4 additions and 2 deletions

View File

@@ -126,6 +126,7 @@ class AutomaticDispose {
setInterval(self.OpenNextPoliceSprechwunsch.bind(self), 5000);
self.CollectPoliceSprechwuensche();
self.CollectMissions();
self.ReadAndAddMissions();
self.ADisSettings.runner.forEach((runner) => {
self.OpenNextMission(runner)
})