v2 a0f9aiuoiajgoi

This commit is contained in:
2018-12-01 14:40:47 +01:00
parent f5ec022712
commit b0b6db1e94
3 changed files with 6 additions and 4 deletions

View File

@@ -909,7 +909,8 @@ class AutomaticDispose {
}).limit(1)
}
}).then((Missions) => {
if (typeof Mission === "undefined"){
console.log(Missions);
if (typeof Missions === "undefined"){
return;
}
return Missions.count((count) => {