mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-18 06:35:26 +00:00
fix: exit aas & emulator
This commit is contained in:
parent
c674c7a53b
commit
a02c05bd69
@ -241,6 +241,7 @@ class AzurLaneAutoScript:
|
|||||||
self.exit_emulator()
|
self.exit_emulator()
|
||||||
exit(1) # stops AAS from restarting emulator
|
exit(1) # stops AAS from restarting emulator
|
||||||
elif method == 'exit_aas_emulator':
|
elif method == 'exit_aas_emulator':
|
||||||
|
self.config.Optimization_WhenTaskQueueEmpty = 'goto_main'
|
||||||
self.exit_emulator()
|
self.exit_emulator()
|
||||||
self.exit_aas()
|
self.exit_aas()
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user