v2 isaojg9agiß0

This commit is contained in:
2018-12-17 15:37:27 +01:00
parent 8224bd00f3
commit 27f1319162
3 changed files with 6 additions and 4 deletions

View File

@@ -867,7 +867,8 @@ class AutomaticDispose {
return Missions.each((MyMission) => {
var MissionElement = $("#mission_" + MyMission.missionID);
if (MissionElement.length == 0 ){
//
// remove
console.log("Remove :", MyMission)
self.RemoveMissionsFromQueue(MyMission.missionID)
}
});