dont remove to fast sprechwunsche

This commit is contained in:
2019-01-11 03:18:18 +01:00
parent f1eb5f4f1d
commit cf810edc92
3 changed files with 6 additions and 6 deletions

View File

@@ -256,7 +256,7 @@ class AutomaticDispose {
$("#adis-sprechwunsch-rescue-frame").attr("src", "");
$("#adis-sprechwunsch-rescue-frame").attr("vehicle_id", "empty");
});
}, 1500);
}, 2500);
}
});
});
@@ -446,7 +446,7 @@ class AutomaticDispose {
$("#adis-sprechwunsch-police-frame").attr("src", "");
$("#adis-sprechwunsch-police-frame").attr("mission_id", "empty");
});
}, 1500, MissionID);
}, 2500, MissionID);
}
});
});