This commit is contained in:
2019-04-11 12:25:25 +02:00
parent e2ee181321
commit 926ee0288a
3 changed files with 4 additions and 4 deletions

View File

@@ -346,7 +346,7 @@ class AutomaticDispose {
self.Check_Call_Police_Active();
} else if (window.location.pathname.indexOf("/missions/") !== -1 && window.name != 'adis-sprechwunsch-police') {
//window.console.log('DEBUG:::: Start Mission')
if (includesString($('#missionH1 > a').attr("href"), "/easteregg")) {
if (self.includesString($('#missionH1 > a').attr("href"), "/easteregg")) {
$('#missionH1 > a').click()
} else {
self.StartMission();