1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 22:05:12 +00:00

fix: exit aas & emulator

This commit is contained in:
RedDeadDepresso 2024-01-06 00:15:28 +00:00 committed by YoursFunny
parent c674c7a53b
commit a02c05bd69
Signed by: YoursFunny
GPG Key ID: 207EDC3CD5B40F9C

View File

@ -241,6 +241,7 @@ class AzurLaneAutoScript:
self.exit_emulator()
exit(1) # stops AAS from restarting emulator
elif method == 'exit_aas_emulator':
self.config.Optimization_WhenTaskQueueEmpty = 'goto_main'
self.exit_emulator()
self.exit_aas()
exit(1)