diff --git a/libs/control.js b/libs/control.js index b2e36303..18b499d2 100644 --- a/libs/control.js +++ b/libs/control.js @@ -1178,7 +1178,8 @@ control.prototype.checkBlock = function () { if (currChase && currChase.length > 0) { core.push(actions, { "type": "function", "async": true, "function": "function(){\ncore.battleWithChase();\n}" }); } - if (actions.length > 0) core.insertAction(actions); + if (actions.length > 0) core.insertAction(actions, x, y, core.plugin.autoClear); + else core.plugin.autoClear(); // 阻击结算后执行自动清怪 } control.prototype._checkBlock_disableQuickShop = function () {