v2 up handler 03i9afpo
This commit is contained in:
@@ -159,7 +159,7 @@ class AutomaticDispose {
|
||||
// -
|
||||
if (window.location.pathname.indexOf("/missions/") !== -1 && window.name == 'adis-sprechwunsch-police') {
|
||||
self.Check_Call_Police_Active();
|
||||
} else {
|
||||
} else if (window.location.pathname.indexOf("/missions/") !== -1 && window.name != 'adis-sprechwunsch-police') {
|
||||
self.StartMission();
|
||||
}
|
||||
|
||||
@@ -1115,6 +1115,9 @@ class AutomaticDispose {
|
||||
}
|
||||
console.log("MissionID", self.MissionID);
|
||||
console.log("MissionType", self.MissionType);
|
||||
console.log("Window", window.name);
|
||||
console.log("self.MyRunner", self.MyRunner);
|
||||
console.log("self.MyRunnerSettings", self.MyRunnerSettings);
|
||||
self.ADSettings().then((setting) => {
|
||||
if (setting[self.MyRunnerSettings] != 'true') {
|
||||
return self.ADisDB.ADisMissions.where({
|
||||
|
||||
Reference in New Issue
Block a user