mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
fix: semicolon missing (#10892)
This commit is contained in:
@@ -150,7 +150,7 @@ bool asst::CreditShoppingTask::credit_shopping(bool white_list_enabled, bool cre
|
||||
auto clickCount = 0;
|
||||
do {
|
||||
ctrler()->click(commodity);
|
||||
clickCount++
|
||||
clickCount++;
|
||||
} while (ProcessTask(*this, { "CreditShop-BuyIt" }).run() || clickCount > 3);
|
||||
|
||||
if (ProcessTask(*this, { "CreditShop-NoMoney" }).set_task_delay(0).set_retry_times(0).run()) {
|
||||
|
||||
Reference in New Issue
Block a user