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:
parent
c674c7a53b
commit
a02c05bd69
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user