mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 11:19:26 +08:00
fix: skip hook_op command to avoid repeated operations when using tool to operate cracker
This commit is contained in:
2
alas.py
2
alas.py
@@ -825,7 +825,7 @@ class AzurLaneAutoScript(AzurLaneAutoScript):
|
||||
def run(self, command, skip_first_screenshot=False):
|
||||
try:
|
||||
if self.is_azur:
|
||||
if command != "restart":
|
||||
if command != "restart" and command != "hook_op":
|
||||
luahook_disable_all(self.config, self.device)
|
||||
luahook_crack_all(self.config, self.device)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user