This commit is contained in:
2019-02-18 21:47:15 +01:00
parent bc96c0dc01
commit 722ab5ec61
3 changed files with 4 additions and 4 deletions

View File

@@ -632,7 +632,7 @@
Check_Call_Police_Active() {
let self = this;
if ($('#h2_prisoners').length > 0 || $('img.patientPrisonerIcon').length > 0) {
if (($('#h2_prisoners').length > 0 || $('img.patientPrisonerIcon').length > 0) && !self.includesString($('#missionH1').text(),'[verband]')) {
self.Collect_Jails();
} else {
let MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);