v2 a0f9aiuoiajgoi
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user