mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 13:19:25 +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