v2 up 9301i09<gjpol

This commit is contained in:
2018-12-03 20:27:20 +01:00
parent 1d50a3a2c9
commit df13fc3598
3 changed files with 6 additions and 6 deletions

View File

@@ -133,9 +133,9 @@ class AutomaticDispose {
self.CollectRescueSprechwuensche();
setInterval(self.CollectPoliceSprechwuensche.bind(self), 2500);
setInterval(self.OpenNextPoliceSprechwunsch.bind(self), 5000);
self.CollectPoliceSprechwuensche();
setTimeout(() => {
self.CollectPoliceSprechwuensche();
setTimeout(() => {
self.CollectMissions();
self.ReadAndAddMissions();
}, 500);