mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Fix: Handle stop_event in Maa
This commit is contained in:
@@ -156,6 +156,9 @@ class ProcessManager:
|
||||
GameManager(config=config_name, task="GameManager").run()
|
||||
elif func == 'maa':
|
||||
mod = load_mod('maa')
|
||||
|
||||
if e is not None:
|
||||
mod.set_stop_event(e)
|
||||
mod.loop(config_name)
|
||||
elif func == "MaaCopilot":
|
||||
mod = load_mod('maa')
|
||||
|
||||
Reference in New Issue
Block a user