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

fix: exit aas & emulator

This commit is contained in:
RedDeadDepresso 2024-01-06 00:15:28 +00:00
parent 517c0f1033
commit f7c477e24e

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)