ソースを参照

!2 task end then go to tree

pcacc 4 ヶ月 前
コミット
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()