You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.debug(`[AutoInstanceController] [${this.name}] Clearing Quests in ${timeLeftSeconds.toLocaleString()}s at ${at.toLocaleString()} (Currently: ${date.toLocaleString()})`);
console.debug(`[AutoInstanceController] [${this.name}] Clearing Quests in ${timeLeft.toLocaleString()}s at ${at.toLocaleString()} (Currently: ${date.toLocaleString()})`);
469
+
clearInterval(this.clearQuestsTimer);
470
+
this.setClearQuestsTimer();
466
471
467
-
if(timeLeft<=0){
472
+
if(this.shouldExit){
473
+
return;
474
+
}
475
+
if(!this.allStops||this.allStops.length===0){
476
+
console.warn(`[AutoInstanceController] [${this.name}] Tried clearing quests but no pokestops.`);
0 commit comments