mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
feat: 修复战斗过程卡住的问题
PrtsErrorConfirm 出不去的时候用 WaitAfterPRTS 兜住 fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/3841
This commit is contained in:
@@ -3022,7 +3022,8 @@
|
||||
"action": "DoNothing",
|
||||
"next": [
|
||||
"AbandonAction",
|
||||
"OfflineConfirmAfterBattle"
|
||||
"OfflineConfirmAfterBattle",
|
||||
"WaitAfterPRTS"
|
||||
]
|
||||
},
|
||||
"OfflineConfirmAfterBattle": {
|
||||
|
||||
Reference in New Issue
Block a user