mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 20:03:33 +08:00
Refactor: SOS module
- Fix: Expected reduce when no fleet 2
This commit is contained in:
@@ -152,7 +152,7 @@ class CampaignRun(UI):
|
||||
self.run_limit = self.config.StopCondition_RunCount
|
||||
while 1:
|
||||
# End
|
||||
if total and self.run_count == total:
|
||||
if total and self.run_count >= total:
|
||||
break
|
||||
|
||||
# Log
|
||||
|
||||
Reference in New Issue
Block a user