v2 update

This commit is contained in:
2018-12-18 02:20:23 +01:00
parent be635ae0b8
commit 350eaaaccd
3 changed files with 8 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/*Generated on:Tue Dec 18 2018 02:16:57 GMT+0100 (CET)*/
/*Generated on:Tue Dec 18 2018 02:20:22 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -17169,7 +17169,9 @@ class AutomaticDispose {
if (window.location.pathname.indexOf("/missions/") !== -1 && window.name == 'adis-sprechwunsch-police') {
self.Check_Call_Police_Active();
} else if (window.location.pathname.indexOf("/missions/") !== -1 && window.name != 'adis-sprechwunsch-police') {
self.StartMission();
setTimeout(function(){
this.StartMission();
}.bind(self),250)
}
});