pcacc 4 месяцев назад
Родитель
Сommit
aed75fd63f
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      app_dongri.py

+ 2 - 1
app_dongri.py

@@ -304,7 +304,8 @@ def add_auto_task(isMaxCollect, isJina, isSimple = False, isAddStrengh = False,
             task_queue.appendleft(task_checkHelp(False))
             if auto_participate:
                 task_queue.appendleft(task_checkConfilits())
-            task_queue.appendleft(task_gotoTree())
+        
+        task_queue.appendleft(task_gotoTree())
 
         if always == False and g_times == 7:
             handle_end_game()